2025-12-20 14:30:08 [scrapy.utils.log] (PID: 171) INFO: Scrapy 2.12.0 started (bot: catalog_extraction) 2025-12-20 14:30:08 [scrapy.utils.log] (PID: 171) 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 2025-12-20 14:30:08 [staples_advantage] (PID: 171) INFO: Starting extraction spider staples_advantage... 2025-12-20 14:30:08 [scrapy.addons] (PID: 171) INFO: Enabled addons: [] 2025-12-20 14:30:08 [py.warnings] (PID: 171) WARNING: /usr/local/lib/python3.11/site-packages/scrapy/utils/request.py:120: ScrapyDeprecationWarning: 'REQUEST_FINGERPRINTER_IMPLEMENTATION' is a deprecated setting. It will be removed in a future version of Scrapy. return cls(crawler) 2025-12-20 14:30:08 [scrapy.extensions.telnet] (PID: 171) INFO: Telnet Password: 926bc4351f42a4fa 2025-12-20 14:30:08 [py.warnings] (PID: 171) WARNING: /var/lib/scrapyd/eggs/catalog_extraction/1758126308.egg/catalog_extraction/extensions/bq_feedstorage.py:33: ScrapyDeprecationWarning: scrapy.extensions.feedexport.build_storage() is deprecated, call the builder directly. 2025-12-20 14:30:08 [scrapy.middleware] (PID: 171) 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'] 2025-12-20 14:30:08 [scrapy.crawler] (PID: 171) 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/60a7d254ddb011f080fe4200a9fe0102.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} 2025-12-20 14:30:09 [scrapy_poet.injection] (PID: 171) INFO: Loading providers: [, , , , , , ] 2025-12-20 14:30:09 [scrapy.middleware] (PID: 171) 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'] 2025-12-20 14:30:09 [NotFoundHandlerSpiderMiddleware] (PID: 171) INFO: NotFoundHandlerSpiderMiddleware running on PRODUCTION environment. 2025-12-20 14:30:09 [scrapy.middleware] (PID: 171) INFO: Enabled spider middlewares: ['catalog_extraction.middlewares.NotFoundHandlerSpiderMiddleware', 'catalog_extraction.middlewares.FixtureSavingMiddleware', 'scrapy_poet.RetryMiddleware', 'scrapy.spidermiddlewares.referer.RefererMiddleware', 'scrapy.spidermiddlewares.urllength.UrlLengthMiddleware', 'scrapy.spidermiddlewares.depth.DepthMiddleware'] 2025-12-20 14:30:09 [scrapy.middleware] (PID: 171) INFO: Enabled item pipelines: ['catalog_extraction.pipelines.DuplicatedSKUsFilterPipeline', 'catalog_extraction.pipelines.DiscontinuedProductsAdjustmentPipeline', 'catalog_extraction.pipelines.PriceRoundingPipeline', 'scraping_utils.pipelines.AttachSupplierPipeline', 'spidermon.contrib.scrapy.pipelines.ItemValidationPipeline'] 2025-12-20 14:30:09 [scrapy.core.engine] (PID: 171) INFO: Spider opened 2025-12-20 14:30:09 [scrapy.extensions.closespider] (PID: 171) INFO: Spider will stop when no items are produced after 1800 seconds. 2025-12-20 14:30:09 [scrapy.extensions.logstats] (PID: 171) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2025-12-20 14:30:09 [scrapy.extensions.telnet] (PID: 171) INFO: Telnet console listening on 127.0.0.1:6024 2025-12-20 14:30:14 [ProxyManagerDownloaderMiddleware] (PID: 171) INFO: Using brd-customer-hl_13cda1e4-zone-main_datacenter_proxy as the default proxy for ProxyManagerDownloaderMiddleware. 2025-12-20 14:30:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:30:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/evian-water-1-liter-pack-of-12-evi10000/product_901974 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/0-6-m-round-sata-cable/product_IM17TP557 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/eveready-industrial-economy-2d-7-8-led-flashlight-yellow-1251l/product_222397 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/pure-garden-10-tilt-patio-umbrella-terracotta-m150065/product_24174516 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:30:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-running-up-that-hill-12-x-19-canvas-stretched-190836323029/product_2576511 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/evian-water-11-2-fl-oz-24-carton-evi11201/product_24419841 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/evidence-easel-pad-27-x-34-lined-50-sheets-pad-2-pads-carton-24-034r/product_909565 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-same-old-dream-12-x-19-canvas-stretched-190836323166/product_2576509 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/07-5-8-x6-x5-7-16-Partners-Brand-DVD-Mailers-50-Bundle-MLRDVD10/product_949061 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:30:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:30:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/pure-garden-9-aluminum-patio-umbrella-with-auto-crank-tan-m150007/product_2211328 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/evol-truffle-parmesan-mac-and-cheese-macaroni-cheese-8-oz-5-pack-603-00008/product_24462784 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/09-x-6-x-2-shipping-box-200-ect-25-bundle-962/product_1504277 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:30:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-secret-blues-canvas-art-22x32-inches/product_254279 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/pure-garden-9-half-round-patio-umbrella-tan-m150055/product_24174505 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/09-x-6-x-3-shipping-box-200-ect-25-bundle-963/product_1499953 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:30:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/evolution-paper-towels-2-ply-250-sheets-roll-12-rolls-pack-pro00495/product_24455158 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-shadow-on-snow-canvas-art-16x24-inches/product_254281 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-silver-sky-12-x-19-canvas-stretched-art-print-190836324149/product_2576501 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:30:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:30:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:30:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/1-1-2-x-12-crimped-end-mailing-tubes-70-carton-s1512k/product_428061 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-skogafoss-14-x-14-canvas-stretched-art-print-190836324422/product_2576237 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/pure-garden-led-solar-path-lights-bronze-m150089/product_24174519 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/pure-garden-led-waterfall-tabletop-fountain-with-led-lights/product_2518363 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/exact-replacement-parts-er330031-universal-terminal-block-whirlpool-kenmore/product_23980718 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-skogafoss-for-two-14-x-14-canvas-stretched-art-print-190836324286/product_2576236 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-skylight-matted-art-black-frame-11x14-inches/product_254198 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:30:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/1-16-foam-roll-12-x-1250-ft-6-bundle-cfw116s12p/product_2653089 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/pure-garden-offset-10-foot-aluminum-hanging-patio-umbrella-blue-m150008/product_2211327 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/exact-replacement-parts-erb7019-bake-broil-or-bake-broil-element-erb7019/product_23980618 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/1-16-foam-roll-72-x-1250-ft-bundle-cfw11672p/product_2653091 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/pure-garden-outdoor-50-14-solar-yard-spot-lights/product_1413914 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/1-2-ups-approved-bubble-roll-with-dispenser-12-x-50-bd1212/product_946213 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/exact-vellum-bristol-vellum-bristol-67-lb-cardstock-paper-8-5-x-11-white-250-sheets-pack-80218-81318/product_457781 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/exact-replacement-parts-erwr60x10141-evaporator-motor-ge-wr60x10141/product_23980789 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:30:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-some-kind-of-heaven-12-x-19-canvas-stretched-art-print-190836325122/product_2576437 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/exact-replacement-parts-erwb17t10006-surface-element-ceramic-receptacle-block-replaces-wb30t10074-or-ers30t10074/product_23980693 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:30:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-slowburn-canvas-art-24x24-inches/product_254208 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/pure-life-purified-water-101-4-fl-oz-6-bottles-pack-12386172/product_24396906 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/1-2-x-2900-16-x-3-core-polyester-strapping-smooth-2-pack/product_946582 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-special-one-12-x-19-canvas-stretched-190836325962/product_2576432 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/pure-organic-layered-fruit-bars-variety-pack-0-63-oz-28-pack-220-02261/product_24585398 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:30:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/pure-life-purified-water-8-fl-oz-24-carton-11476087/product_886985 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-spellbound-12-x-19-canvas-stretched-art-print-190836326242/product_2576428 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-stone-mountain-12-x-19-canvas-stretched-190836326785/product_2576421 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/excello-global-products-11-x-14-resin-photo-document-frame-black-gold-egp-hd-0332/product_24574302 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/excello-global-products-11-x-14-composite-wood-photo-document-frame-black-silver-egp-hd-0383a/product_24574300 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:30:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:30:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/pureguardian-hepa-tower-air-purifier-3-speed-gray-silver-ap2200ca/product_24226559 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/1-2-x-9000-16-x-6-core-staples-hand-grade-polypropylene-strapping-embossed-1-coil/product_946369 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:30:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:30:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:30:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/eveready-industrial-economy-2d-7-8-led-flashlight-yellow-1251l/product_222397 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/pure-garden-10-tilt-patio-umbrella-terracotta-m150065/product_24174516 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/evian-water-1-liter-pack-of-12-evi10000/product_901974 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-running-up-that-hill-12-x-19-canvas-stretched-190836323029/product_2576511 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/evian-water-11-2-fl-oz-24-carton-evi11201/product_24419841 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/0-6-m-round-sata-cable/product_IM17TP557 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:30:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-same-old-dream-12-x-19-canvas-stretched-190836323166/product_2576509 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/evol-truffle-parmesan-mac-and-cheese-macaroni-cheese-8-oz-5-pack-603-00008/product_24462784 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:30:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/pure-garden-9-aluminum-patio-umbrella-with-auto-crank-tan-m150007/product_2211328 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/09-x-6-x-2-shipping-box-200-ect-25-bundle-962/product_1504277 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:30:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/evidence-easel-pad-27-x-34-lined-50-sheets-pad-2-pads-carton-24-034r/product_909565 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/07-5-8-x6-x5-7-16-Partners-Brand-DVD-Mailers-50-Bundle-MLRDVD10/product_949061 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:30:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-secret-blues-canvas-art-22x32-inches/product_254279 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-silver-sky-12-x-19-canvas-stretched-art-print-190836324149/product_2576501 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/pure-garden-9-half-round-patio-umbrella-tan-m150055/product_24174505 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/evolution-paper-towels-2-ply-250-sheets-roll-12-rolls-pack-pro00495/product_24455158 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-shadow-on-snow-canvas-art-16x24-inches/product_254281 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:30:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/09-x-6-x-3-shipping-box-200-ect-25-bundle-963/product_1499953 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:30:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/pure-garden-led-solar-path-lights-bronze-m150089/product_24174519 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:30:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/exact-replacement-parts-er330031-universal-terminal-block-whirlpool-kenmore/product_23980718 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/1-1-2-x-12-crimped-end-mailing-tubes-70-carton-s1512k/product_428061 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:30:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/pure-garden-led-waterfall-tabletop-fountain-with-led-lights/product_2518363 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-skogafoss-14-x-14-canvas-stretched-art-print-190836324422/product_2576237 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-skogafoss-for-two-14-x-14-canvas-stretched-art-print-190836324286/product_2576236 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-skylight-matted-art-black-frame-11x14-inches/product_254198 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:30:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/1-16-foam-roll-12-x-1250-ft-6-bundle-cfw116s12p/product_2653089 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/1-16-foam-roll-72-x-1250-ft-bundle-cfw11672p/product_2653091 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/pure-garden-outdoor-50-14-solar-yard-spot-lights/product_1413914 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/exact-replacement-parts-erb7019-bake-broil-or-bake-broil-element-erb7019/product_23980618 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/pure-garden-offset-10-foot-aluminum-hanging-patio-umbrella-blue-m150008/product_2211327 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/1-2-ups-approved-bubble-roll-with-dispenser-12-x-50-bd1212/product_946213 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/exact-vellum-bristol-vellum-bristol-67-lb-cardstock-paper-8-5-x-11-white-250-sheets-pack-80218-81318/product_457781 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/exact-replacement-parts-erwr60x10141-evaporator-motor-ge-wr60x10141/product_23980789 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-some-kind-of-heaven-12-x-19-canvas-stretched-art-print-190836325122/product_2576437 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:30:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:30:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/exact-replacement-parts-erwb17t10006-surface-element-ceramic-receptacle-block-replaces-wb30t10074-or-ers30t10074/product_23980693 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-slowburn-canvas-art-24x24-inches/product_254208 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/pure-life-purified-water-101-4-fl-oz-6-bottles-pack-12386172/product_24396906 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/pure-organic-layered-fruit-bars-variety-pack-0-63-oz-28-pack-220-02261/product_24585398 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/1-2-x-2900-16-x-3-core-polyester-strapping-smooth-2-pack/product_946582 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-special-one-12-x-19-canvas-stretched-190836325962/product_2576432 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-spellbound-12-x-19-canvas-stretched-art-print-190836326242/product_2576428 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/pure-life-purified-water-8-fl-oz-24-carton-11476087/product_886985 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:30:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-stone-mountain-12-x-19-canvas-stretched-190836326785/product_2576421 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/excello-global-products-11-x-14-resin-photo-document-frame-black-gold-egp-hd-0332/product_24574302 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/excello-global-products-11-x-14-composite-wood-photo-document-frame-black-silver-egp-hd-0383a/product_24574300 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:30:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:30:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/pureguardian-hepa-tower-air-purifier-3-speed-gray-silver-ap2200ca/product_24226559 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/1-2-x-9000-16-x-6-core-staples-hand-grade-polypropylene-strapping-embossed-1-coil/product_946369 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:30:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:30:33 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:33 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:33 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:33 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:33 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:33 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:33 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:33 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:33 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:33 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:33 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:33 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:33 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:33 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:33 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:33 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:34 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:34 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:34 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:34 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:34 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:34 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:34 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:34 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:34 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:34 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:34 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:34 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:34 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:34 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:34 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:34 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:35 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:35 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:35 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:35 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:35 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:35 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:35 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:35 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:35 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:35 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:35 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:35 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:35 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:35 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:35 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:35 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:36 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:36 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:36 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:36 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:36 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:36 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:36 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:36 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:37 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:37 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:37 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:37 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:37 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:37 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:37 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:37 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:38 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:38 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:38 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:38 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:38 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:38 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:38 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:38 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:38 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:38 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:38 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:38 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:38 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:38 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:38 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:38 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:39 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:39 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:39 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:39 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:39 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:39 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:39 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:39 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:39 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:39 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:39 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:39 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:39 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:39 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:39 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:39 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:40 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:40 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:40 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:40 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:40 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:40 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:40 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:40 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:40 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:40 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:40 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:40 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:40 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:40 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:40 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:40 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/1-4-x-18000-9-x-8-core-staples-machine-grade-polypropylene-strapping-embossed-1-coil/product_946387 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:30:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/pureguardian-spa260-deluxe-aromatherapy-essential-oil-diffuser-with-touch-controls-alarm-clock/product_1932890 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/1-5-x-2-reclosable-poly-bags-2-mil-clear-1000-carton-3515a/product_700795 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-the-land-before-time-12-x-19-canvas-stretched-art-print-190836328802/product_2576387 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:30:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/pureguardian-ultrasonic-cool-warm-mist-console-humidifier-1-5-gallon-white-blue-h1510/product_1932855 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-the-end-of-the-story-12-x-19-canvas-stretched-190836328468/product_2576389 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/excello-global-products-barndoor-picture-frame-with-chalkboard-gray-egp-hd-0413c/product_24606954 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:30:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-the-lost-path-canvas-art-14x19-inches/product_254212 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/1-8-foam-roll-12-x-350-ft-each-fwups18s12/product_948784 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-the-lost-path-matted-art-black-frame-11x14-inches/product_254210 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/purell-2in1-moisturizing-advanced-hand-sanitizer-gel-4-oz-portable-bottle-with-flip-top-cap-3498-04-ec/product_24488998 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/excello-global-products-bistro-pole-for-string-lights-black-4-pack-egp-hd-0361/product_24530439 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/purell-2in1-moisturizing-advanced-gel-hand-sanitizer-12-oz-3698-12/product_24486725 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-the-meeting-point-12-x-19-canvas-stretched-190836328949/product_2576386 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/excello-global-products-blank-indoor-outdoor-floor-sign-13-x-48-black-egp-hd-0522/product_24570360 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/purell-70-alcohol-gel-hand-sanitizer-calming-lavender-scent-2-fl-oz-24-pack-3905-24-cmr/product_24555154 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-the-red-way-matted-art-black-frame-16x20-inches/product_254244 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/excello-global-products-business-front-advertisement-black-sidewalk-sign-36-x-24-egp-hd-0086-os/product_24506920 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/purell-advanced-2-oz-gel-hand-sanitizer-clean-scent-24-carton-9606-24/product_607827 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/purell-70-alcohol-gel-hand-sanitizer-energizing-mint-scent-2-fl-oz-24-pack-3907-24-cmr/product_24555155 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/1-gallon-f-style-can-foam-insert-160-carton-haz1062/product_947714 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/excello-global-products-caution-watch-your-step-indoor-outdoor-wall-sign-9-x-3-black-white-3-pack-egp-hd-0268-s/product_24532218 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/excello-global-products-chalk-markers-1-2mm-tip-assorted-colors-egp-hd-0512-s/product_24554017 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:30:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-this-day-is-over-12-x-19-canvas-stretched-190836330201/product_2576497 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/1-moving-shipping-box-combo-pack-1-kit-mbombo1/product_948836 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/1-padded-mailers-white-7-1-8-x-10-3-4-25-case/product_497220 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/purell-advanced-antimicrobial-hand-gel-sanitizer-clean-8-fl-oz-12-carton-4102-12-s/product_24449390 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/purell-advanced-foaming-hand-sanitizer-refill-for-adx-12-dispenser-1200-ml-3-pk-8805-03/product_372366 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:30:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/1-part-stub-style-numbered-inventory-tags-5-000-5-999-1000-case/product_496422 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/1-ply-paper-wadding-kraft-bundle-15-x-984-45-lbs-ecnc150300000/product_24475418 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:30:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:30:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:30:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/purell-advanced-gel-hand-sanitizer-refill-for-adx-dispenser-700-ml-4-carton-8703-04/product_372960 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:30:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:30:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:30:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/purell-advanced-green-certified-gel-hand-sanitizer-refill-for-ltx-12-touch-free-dispenser-1200-ml-2-ct-1903-02/product_375632 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-valentine-s-day-canvas-art-30x47-inches/product_254227 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:30:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/excello-global-products-employees-must-wash-hands-indoor-wall-sign-9-x-3-black-white-3-pack-egp-hd-0049-s/product_24532221 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/purell-advanced-hand-sanitizer-clean-scent-foam-refill-for-es10-dispenser-1200ml-2-carton-8353-02/product_24581808 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/excello-global-products-fire-extinguisher-indoor-outdoor-wall-sign-9-x-3-red-white-3-pack-egp-hd-0480/product_24582829 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:30:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/excello-global-products-gigantic-sandwich-board-sidewalk-chalkboard-sign-wood-59-x-27-egp-hd-0240-os/product_24515493 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/excello-global-products-indestructible-a-frame-whiteboard-40-x-22-black-egp-hd-0538-bk/product_24601366 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-vibes-and-gravy-12-x-19-canvas-stretched-190836331741/product_2576484 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/excello-global-products-hanging-chalkboard-whiteboard-rustic-58-x-25-egp-hd-0195-os/product_24515492 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-vik-birds-at-sunset-12-x-19-canvas-stretched-190836331888/product_2576483 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-1-4-x-5-1-8-x-6-3-16-2-1-quart-paint-can-shipping-box-25-bundle/product_947226 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/excello-global-products-indestructible-a-frame-whiteboard-40-x-22-brown-egp-hd-0538-bn/product_24601364 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:30:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-vik-reflection-12-x-19-canvas-stretched-190836332304/product_2576479 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/excello-global-products-indoor-outdoor-a-frame-sidewalk-sign-22-8-x-40-black-brown-gpp-0001-s/product_24548936 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:30:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/purell-advanced-hand-sanitizer-green-certified-foam-535-ml-pump-bottle-4-pack-5791-04/product_24442733 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-5-16-x12-11-16-Partners-Brand-DVD-Literature-Insert-50-Bundle-MDMI1/product_947475 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-5-l-x-10-5-w-x-48-h-shipping-boxes-brown-20-bundle-box-2-of-2-t101048outer/product_629992 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-walking-on-the-black-beach-12-x-19-canvas-stretched-190836333004/product_2576474 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:30:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/1-4-x-18000-9-x-8-core-staples-machine-grade-polypropylene-strapping-embossed-1-coil/product_946387 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/1-5-x-2-reclosable-poly-bags-2-mil-clear-1000-carton-3515a/product_700795 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/pureguardian-spa260-deluxe-aromatherapy-essential-oil-diffuser-with-touch-controls-alarm-clock/product_1932890 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:30:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/pureguardian-ultrasonic-cool-warm-mist-console-humidifier-1-5-gallon-white-blue-h1510/product_1932855 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-the-land-before-time-12-x-19-canvas-stretched-art-print-190836328802/product_2576387 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-the-end-of-the-story-12-x-19-canvas-stretched-190836328468/product_2576389 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/excello-global-products-barndoor-picture-frame-with-chalkboard-gray-egp-hd-0413c/product_24606954 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:30:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-the-lost-path-canvas-art-14x19-inches/product_254212 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/1-8-foam-roll-12-x-350-ft-each-fwups18s12/product_948784 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/excello-global-products-bistro-pole-for-string-lights-black-4-pack-egp-hd-0361/product_24530439 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-the-lost-path-matted-art-black-frame-11x14-inches/product_254210 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/purell-2in1-moisturizing-advanced-hand-sanitizer-gel-4-oz-portable-bottle-with-flip-top-cap-3498-04-ec/product_24488998 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/purell-2in1-moisturizing-advanced-gel-hand-sanitizer-12-oz-3698-12/product_24486725 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-the-meeting-point-12-x-19-canvas-stretched-190836328949/product_2576386 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/excello-global-products-blank-indoor-outdoor-floor-sign-13-x-48-black-egp-hd-0522/product_24570360 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/purell-70-alcohol-gel-hand-sanitizer-calming-lavender-scent-2-fl-oz-24-pack-3905-24-cmr/product_24555154 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-the-red-way-matted-art-black-frame-16x20-inches/product_254244 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/purell-advanced-2-oz-gel-hand-sanitizer-clean-scent-24-carton-9606-24/product_607827 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/excello-global-products-business-front-advertisement-black-sidewalk-sign-36-x-24-egp-hd-0086-os/product_24506920 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/purell-70-alcohol-gel-hand-sanitizer-energizing-mint-scent-2-fl-oz-24-pack-3907-24-cmr/product_24555155 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/1-gallon-f-style-can-foam-insert-160-carton-haz1062/product_947714 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/excello-global-products-caution-watch-your-step-indoor-outdoor-wall-sign-9-x-3-black-white-3-pack-egp-hd-0268-s/product_24532218 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/purell-advanced-antimicrobial-hand-gel-sanitizer-clean-8-fl-oz-12-carton-4102-12-s/product_24449390 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/1-padded-mailers-white-7-1-8-x-10-3-4-25-case/product_497220 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/1-moving-shipping-box-combo-pack-1-kit-mbombo1/product_948836 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-this-day-is-over-12-x-19-canvas-stretched-190836330201/product_2576497 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:30:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/excello-global-products-chalk-markers-1-2mm-tip-assorted-colors-egp-hd-0512-s/product_24554017 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/purell-advanced-foaming-hand-sanitizer-refill-for-adx-12-dispenser-1200-ml-3-pk-8805-03/product_372366 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:30:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:30:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:30:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:30:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/purell-advanced-gel-hand-sanitizer-refill-for-adx-dispenser-700-ml-4-carton-8703-04/product_372960 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/1-part-stub-style-numbered-inventory-tags-5-000-5-999-1000-case/product_496422 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:30:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/1-ply-paper-wadding-kraft-bundle-15-x-984-45-lbs-ecnc150300000/product_24475418 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:30:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:30:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:30:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/purell-advanced-green-certified-gel-hand-sanitizer-refill-for-ltx-12-touch-free-dispenser-1200-ml-2-ct-1903-02/product_375632 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/excello-global-products-fire-extinguisher-indoor-outdoor-wall-sign-9-x-3-red-white-3-pack-egp-hd-0480/product_24582829 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-valentine-s-day-canvas-art-30x47-inches/product_254227 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/purell-advanced-hand-sanitizer-clean-scent-foam-refill-for-es10-dispenser-1200ml-2-carton-8353-02/product_24581808 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/excello-global-products-employees-must-wash-hands-indoor-wall-sign-9-x-3-black-white-3-pack-egp-hd-0049-s/product_24532221 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:30:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/excello-global-products-gigantic-sandwich-board-sidewalk-chalkboard-sign-wood-59-x-27-egp-hd-0240-os/product_24515493 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/excello-global-products-indestructible-a-frame-whiteboard-40-x-22-black-egp-hd-0538-bk/product_24601366 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-vibes-and-gravy-12-x-19-canvas-stretched-190836331741/product_2576484 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/excello-global-products-hanging-chalkboard-whiteboard-rustic-58-x-25-egp-hd-0195-os/product_24515492 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-1-4-x-5-1-8-x-6-3-16-2-1-quart-paint-can-shipping-box-25-bundle/product_947226 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/excello-global-products-indestructible-a-frame-whiteboard-40-x-22-brown-egp-hd-0538-bn/product_24601364 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-vik-birds-at-sunset-12-x-19-canvas-stretched-190836331888/product_2576483 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:30:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/excello-global-products-indoor-outdoor-a-frame-sidewalk-sign-22-8-x-40-black-brown-gpp-0001-s/product_24548936 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-vik-reflection-12-x-19-canvas-stretched-190836332304/product_2576479 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/purell-advanced-hand-sanitizer-green-certified-foam-535-ml-pump-bottle-4-pack-5791-04/product_24442733 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-5-16-x12-11-16-Partners-Brand-DVD-Literature-Insert-50-Bundle-MDMI1/product_947475 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:30:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-5-l-x-10-5-w-x-48-h-shipping-boxes-brown-20-bundle-box-2-of-2-t101048outer/product_629992 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-walking-on-the-black-beach-12-x-19-canvas-stretched-190836333004/product_2576474 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:30:59 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:59 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:59 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:59 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:59 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:59 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:59 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:59 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:59 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:59 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:59 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:59 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:59 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:59 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:59 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:30:59 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:00 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:00 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:00 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:00 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:00 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:00 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:00 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:00 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:00 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:00 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:00 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:00 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:00 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:00 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:00 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:00 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:01 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:01 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:01 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:01 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:01 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:01 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:01 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:01 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:01 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:01 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:01 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:01 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:01 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:01 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:01 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:01 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:02 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:02 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:02 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:02 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:02 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:02 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:02 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:02 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:02 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:02 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:02 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:02 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:02 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:02 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:02 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:02 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:03 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:03 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:03 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:03 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:03 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:03 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:03 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:03 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:03 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:03 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:03 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:03 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:03 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:03 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:03 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:03 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:04 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:04 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:04 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:04 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:04 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:04 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:04 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:04 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:04 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:04 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:04 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:04 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:04 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:04 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:04 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:04 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:05 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:05 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:05 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:05 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:05 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:05 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:05 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:05 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:05 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:05 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:05 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:05 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:05 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:05 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:05 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:05 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:07 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:07 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:07 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:07 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:07 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:07 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:07 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:07 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-water-and-gravity-12-x-19-canvas-stretched-190836333141/product_2576472 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/purell-advanced-hand-sanitizer-refreshing-gel-clean-scent/product_SS150774848 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-5-x-8-25-x-9-25-insulated-shipping-containers-1-5-thick-2-carton/product_1578456 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/excello-global-products-large-planter-with-pole-support-natural-wood-egp-hd-0478/product_24573418 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:31:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/purell-advanced-refreshing-gel-hand-sanitizer-in-pump-bottle-clean-scent-67-6-oz/product_SS177910056 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-6x4-ft-invttn-100-mt-gr-798/product_352377 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/purell-advanced-hand-sanitizer-refreshing-gel/product_SS230077200 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/purell-advanced-soothing-8-oz-gel-hand-sanitizer-fresh-scent-9674-12/product_824874 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/excello-global-products-magnetic-dry-erase-folding-whiteboard-40-x-60-egp-hd-0482/product_24550813 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/purell-adx-12-wall-mounted-hand-sanitizer-dispenser-black-brushed-chrome-8828-06/product_458066 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-plastic-pull-tight-seal-red-1000-case-se1017r/product_192151 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-wonders-of-the-deep-12-x-19-canvas-stretched-190836334667/product_2576458 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/excello-global-products-magnetic-dry-erase-whiteboard-rustic-wood-frame-2-x-1-5-egp-hd-0077/product_24529674 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:31:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phoenix-arizona-skyline-by-marlene-watson-11-x-14-black-matted-black-frame-mw0065-b1114bmf/product_2079548 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:09 [scrapy.extensions.logstats] (PID: 171) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2025-12-20 14:31:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-plastic-twist-ties-black-2000-carton-plt10k/product_948730 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-plastic-twist-ties-green-2000-carton-plt10g/product_948729 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phoenix-arizona-skyline-by-marlene-watson-11-x-14-white-matted-black-frame-mw0065-b1114mf/product_2079624 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:31:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phoenix-arizona-skyline-by-marlene-watson-12-x-19-canvas-art-mw0066-c1219gg/product_2086791 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-row-abacus-ler1323/product_880610 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:31:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:31:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:31:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:31:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/excello-global-products-magnetic-poster-hanging-kit-36-w-natural-wood-spls-pstr-36nt/product_24570359 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/excello-global-products-menu-holder-11-x-17-black-silver-spls-menu-1117m/product_24570485 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phoenix-arizona-skyline-by-marlene-watson-22-x-32-canvas-art-mw0066-c2232gg/product_2077145 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:31:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:31:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-w-x-18-l-lay-flat-poly-bag-2-0-mil-1000-carton-29988-cc/product_685345 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:31:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:31:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/purell-cs-6-automatic-wall-mounted-hand-soap-dispenser-graphite-6534-01/product_2801406 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-x-10-2-mil-reclosable-poly-bag-1000-case/product_24407410 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-x-10-5-cool-shield-self-sealing-bubble-mailer-3-16-silver-100-case-inm1010/product_23978175 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/excello-global-products-menu-holder-5-x-7-black-polyurethane-leather-spls-menu-5x7a/product_24570476 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:31:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:31:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/excello-global-products-menu-holder-5-x-7-black-polyurethane-leather-spls-menu-5x7t/product_24570478 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:31:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/excello-global-products-menu-holder-8-5-x-11-black-silver-spls-menu-4-1pk/product_24570481 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/purell-cs-wall-mounted-hand-soap-dispenser-graphite-5134-01/product_24462246 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:31:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-x-10-layflat-poly-bags-6-mil-clear-1000-carton-pb4213/product_24328866 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phoenix-arizona-skyline-by-michael-tompsett-16-x-20-white-matted-wood-frame-mt0587-w1620mf/product_2083294 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/purell-cs8-antibacterial-liquid-hand-soap-refill-for-cs-8-dispenser-2-carton-7869-02/product_24355352 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:31:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-x-10-reclosable-poly-bags-4-mil-clear-500-pack-3770a/product_939350 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/excello-global-products-no-food-or-drink-indoor-outdoor-wall-sign-9-x-3-black-white-3-pack-egp-hd-0267/product_24582830 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-x-10-staples-flush-cut-bubble-pouch-350-case/product_947771 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phoenix-arizona-skyline-by-michael-tompsett-22-x-32-canvas-art-mt0587-c2232gg/product_2077379 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/purell-cs8-foaming-hand-soap-floral-scent-7878-02/product_24421221 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phoenix-watercolor-map-11-x-14-black-frame-art/product_312074 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/purell-cs8-automatic-wall-mounted-hand-sanitizer-dispenser-for-purell-cs8-1200-ml-hand-sanitizer-refills-white-7820-01/product_24462247 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/purell-es-4-wall-mounted-hand-sanitizer-dispenser-white-5020-01/product_2729031 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:31:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-x-10-x-14-heavy-duty-shipping-boxes-brown-25-bundle-101014/product_947191 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:31:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phoenix-watercolor-map-11-x-14-wood-frame-art/product_312080 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phoenix-watercolor-map-18-x-24-canvas-art/product_312077 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-x-10-x-2-literature-mailers-50-bundle-m10102k/product_1578518 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-x-10-x-2-standard-corrugated-shipping-box-200-ect-25-bundle-10102/product_1504098 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-water-and-gravity-12-x-19-canvas-stretched-190836333141/product_2576472 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/purell-advanced-hand-sanitizer-refreshing-gel-clean-scent/product_SS150774848 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-5-x-8-25-x-9-25-insulated-shipping-containers-1-5-thick-2-carton/product_1578456 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/excello-global-products-large-planter-with-pole-support-natural-wood-egp-hd-0478/product_24573418 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:31:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-6x4-ft-invttn-100-mt-gr-798/product_352377 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/purell-advanced-refreshing-gel-hand-sanitizer-in-pump-bottle-clean-scent-67-6-oz/product_SS177910056 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/purell-advanced-hand-sanitizer-refreshing-gel/product_SS230077200 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/purell-advanced-soothing-8-oz-gel-hand-sanitizer-fresh-scent-9674-12/product_824874 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/excello-global-products-magnetic-dry-erase-folding-whiteboard-40-x-60-egp-hd-0482/product_24550813 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/purell-adx-12-wall-mounted-hand-sanitizer-dispenser-black-brushed-chrome-8828-06/product_458066 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-plastic-pull-tight-seal-red-1000-case-se1017r/product_192151 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-philippe-sainte-laudy-wonders-of-the-deep-12-x-19-canvas-stretched-190836334667/product_2576458 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/excello-global-products-magnetic-dry-erase-whiteboard-rustic-wood-frame-2-x-1-5-egp-hd-0077/product_24529674 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:31:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phoenix-arizona-skyline-by-marlene-watson-11-x-14-black-matted-black-frame-mw0065-b1114bmf/product_2079548 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-plastic-twist-ties-black-2000-carton-plt10k/product_948730 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-plastic-twist-ties-green-2000-carton-plt10g/product_948729 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:31:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phoenix-arizona-skyline-by-marlene-watson-11-x-14-white-matted-black-frame-mw0065-b1114mf/product_2079624 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phoenix-arizona-skyline-by-marlene-watson-12-x-19-canvas-art-mw0066-c1219gg/product_2086791 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-row-abacus-ler1323/product_880610 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:31:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:31:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:31:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:31:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/excello-global-products-magnetic-poster-hanging-kit-36-w-natural-wood-spls-pstr-36nt/product_24570359 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phoenix-arizona-skyline-by-marlene-watson-22-x-32-canvas-art-mw0066-c2232gg/product_2077145 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/excello-global-products-menu-holder-11-x-17-black-silver-spls-menu-1117m/product_24570485 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:31:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-w-x-18-l-lay-flat-poly-bag-2-0-mil-1000-carton-29988-cc/product_685345 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:31:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:31:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/purell-cs-6-automatic-wall-mounted-hand-soap-dispenser-graphite-6534-01/product_2801406 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:31:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-x-10-2-mil-reclosable-poly-bag-1000-case/product_24407410 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-x-10-5-cool-shield-self-sealing-bubble-mailer-3-16-silver-100-case-inm1010/product_23978175 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/excello-global-products-menu-holder-5-x-7-black-polyurethane-leather-spls-menu-5x7a/product_24570476 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:31:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:31:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/excello-global-products-menu-holder-5-x-7-black-polyurethane-leather-spls-menu-5x7t/product_24570478 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/purell-cs8-antibacterial-liquid-hand-soap-refill-for-cs-8-dispenser-2-carton-7869-02/product_24355352 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phoenix-arizona-skyline-by-michael-tompsett-16-x-20-white-matted-wood-frame-mt0587-w1620mf/product_2083294 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:31:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-x-10-layflat-poly-bags-6-mil-clear-1000-carton-pb4213/product_24328866 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/purell-cs-wall-mounted-hand-soap-dispenser-graphite-5134-01/product_24462246 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/excello-global-products-menu-holder-8-5-x-11-black-silver-spls-menu-4-1pk/product_24570481 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:31:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:31:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/purell-cs8-foaming-hand-soap-floral-scent-7878-02/product_24421221 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phoenix-arizona-skyline-by-michael-tompsett-22-x-32-canvas-art-mt0587-c2232gg/product_2077379 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-x-10-reclosable-poly-bags-4-mil-clear-500-pack-3770a/product_939350 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phoenix-watercolor-map-11-x-14-black-frame-art/product_312074 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/excello-global-products-no-food-or-drink-indoor-outdoor-wall-sign-9-x-3-black-white-3-pack-egp-hd-0267/product_24582830 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-x-10-staples-flush-cut-bubble-pouch-350-case/product_947771 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/purell-cs8-automatic-wall-mounted-hand-sanitizer-dispenser-for-purell-cs8-1200-ml-hand-sanitizer-refills-white-7820-01/product_24462247 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/purell-es-4-wall-mounted-hand-sanitizer-dispenser-white-5020-01/product_2729031 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-x-10-x-14-heavy-duty-shipping-boxes-brown-25-bundle-101014/product_947191 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:31:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:31:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phoenix-watercolor-map-11-x-14-wood-frame-art/product_312080 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-x-10-x-2-standard-corrugated-shipping-box-200-ect-25-bundle-10102/product_1504098 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phoenix-watercolor-map-18-x-24-canvas-art/product_312077 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-x-10-x-2-literature-mailers-50-bundle-m10102k/product_1578518 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:25 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:25 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:25 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:25 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:25 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:25 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:25 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:25 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:25 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:25 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:25 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:25 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:25 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:25 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:25 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:25 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:26 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:26 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:26 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:26 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:26 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:26 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:26 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:26 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:26 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:26 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:26 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:26 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:26 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:26 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:26 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:26 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:27 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:27 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:27 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:27 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:27 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:27 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:27 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:27 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:27 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:27 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:27 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:27 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:27 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:27 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:27 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:27 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:28 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:28 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:28 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:28 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:28 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:28 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:28 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:28 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:28 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:28 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:28 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:28 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:28 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:28 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:28 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:28 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:29 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:29 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:29 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:29 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:29 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:29 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:29 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:29 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:29 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:29 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:29 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:29 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:29 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:29 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:29 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:29 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:30 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:30 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:30 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:30 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:30 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:30 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:30 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:30 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:30 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:30 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:30 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:30 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:30 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:30 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:30 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:31 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:31 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:31 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:31 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:31 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:31 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:31 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:31 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:31 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:31 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:32 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:32 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:32 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:32 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:32 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:32 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:32 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:32 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:33 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:33 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:33 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:33 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:33 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:33 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:33 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:33 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:33 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:33 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:33 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:33 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:33 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:33 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:33 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/excello-global-products-swinging-sign-letters-4-38-792-pack-egp-hd-0091-cs/product_24529669 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phone-me-to-new-york-by-philippe-hugonnard-11-x-14-black-matted-black-frame-ph0100-b1114bmf/product_2079917 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:31:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/excello-global-products-tabletop-chalkboard-rustic-wood-15-x-11-egp-hd-0100/product_24556378 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/excello-global-products-tabletop-chalkboard-sign-6-x-4-3-pack-egp-hd-0509-s/product_24554015 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/excello-global-products-the-office-indoor-outdoor-wall-sign-9-x-3-black-white-2-pack-egp-hd-0064-s/product_24532222 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/purell-es10-automatic-wall-mounted-hand-sanitizer-dispenser-white-8320-e1/product_24581803 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/excelone-8-5-x-11-carbonless-paper-21-lbs-92-brightness-500-sheets-ream-10-reams-carton-232157/product_24472862 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-photographic-camera-1885-black-by-claire-doherty-11-x-14-white-matted-black-frame-cdo0016-b1114mf/product_2081603 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-x-10-x-48-corrugated-kraft-boxes-25-bundle-bs101048x/product_24408454 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-photographic-camera-1885-black-by-claire-doherty-16-x-20-white-matted-black-frame-cdo0016-b1620mf/product_2077167 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/purell-es8-automatic-wall-mounted-hand-sanitizer-dispenser-gray-7724-01/product_2728955 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-x-100-poly-sheeting-4-0-mil-black-11020/product_363734 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:31:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/purell-foaming-hand-soap-refill-for-cs-dispenser-2-carton-7881-02/product_2801403 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:31:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-x-100-poly-sheeting-6-0-mil-black-11055/product_363737 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-x-12-layflat-poly-bags-1-5-mil-clear-1000-carton-170/product_939489 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/purell-foodservice-surface-sanitizer-fragrance-free-1-gallon-refill-4341-04/product_2122450 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-photographic-camera-patent-1962-black-by-claire-doherty-24-x-32-canvas-art-cdo0014-c2432gg/product_2078200 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/purell-gel-hand-sanitizer-refill-for-ltx-7-2309-1-ml-3-carton-1303-03/product_375856 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pickup-truck-by-design-turnpike-11-x-14-white-matted-black-frame-ali1286-b1114mf/product_2082976 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-x-12-layflat-poly-bags-6-mil-clear-1000-carton-8385/product_361163 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:31:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/expansion-poly-mailers-white-20-x-24-x-4-100-case-epm20244/product_1603908 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pickup-truck-by-design-turnpike-16-x-20-white-matted-black-frame-ali1286-b1620mf/product_2083598 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:31:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:31:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-x-12-reclosable-poly-bags-2-mil-clear-1000-carton-3655a/product_427352 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:31:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:31:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-x-12-reclosable-poly-bags-2-mil-clear-1000-carton-3976a/product_687879 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pickup-truck-by-design-turnpike-30-x-47-canvas-art-ali1286-c3047gg/product_2079334 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-x-12-reclosable-poly-bags-2-mil-clear-1000-carton-4150a/product_939382 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/explosives-keep-out-bilingual-14x10-040-aluminum-danger-sign/product_558932 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/purell-hand-sanitizing-wipes-fresh-citrus-scent-270-wipes-pack-9113-06/product_401141 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:31:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pier-and-shadows-by-moises-levy-16-x-16-white-matted-wood-frame-ali1119-w1616mf/product_2084418 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:31:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pier-and-shadows-by-moises-levy-24-x-24-canvas-art-ali1119-c2424gg/product_2078545 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:31:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-x-12-x-8-shipping-box-200-mullen-rated-2-pack-2022025/product_24560340 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/purell-healthy-soap-foaming-hand-soap-refill-for-es-dispenser-2-carton-5072-02/product_2729263 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/purell-healthy-soap-foaming-hand-soap-refill-for-es-es6-dispenser-2-carton-6470-02/product_2840978 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-x-12-x-8-shipping-box-200-mullen-rated-2-pack-2022027/product_24560329 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-marker-chisel-point-assorted-4-pack-80074/product_502054 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-auguste-renoir-moss-roses-1890-canvas-art-35x47-inches/product_245695 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-auguste-renoir-le-moulin-de-la-galette-canvas-art-14x19-inches/product_245688 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:31:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/purell-individually-wrapped-sanitizing-hand-wipes-1-000-wipes-carton-9021-1m/product_800791 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:31:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:31:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/purell-ltx-12-automatic-wall-mounted-hand-sanitizer-dispenser-chrome-black-1928-04/product_475107 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-mortier-map-of-rovigo-1704-canvas-art-26x32-inches/product_245366 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-x-13-reclosable-poly-bags-2-mil-clear-1000-carton-3977a/product_426723 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-assorted-tips-assorted-colors-8-pack-1930717/product_24491806 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-mortier-map-of-rovigo-1704-canvas-art-35x47-inches/product_245367 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-x-13-reclosable-poly-bags-4-mil-clear-500-carton-3780a/product_24450240 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:31:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-x-14-layflat-poly-bags-1-mil-clear-1000-carton-si2335/product_939170 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-x-14-layflat-poly-bags-2-mil-clear-1000-carton-510/product_939594 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:31:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-chisel-tip-assorted-12-pack-1927525/product_2626190 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/purell-shield-floor-wall-protector-attachment-for-cs-dispenser-white-4121-wht-18/product_24458584 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/excello-global-products-swinging-sign-letters-4-38-792-pack-egp-hd-0091-cs/product_24529669 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-phone-me-to-new-york-by-philippe-hugonnard-11-x-14-black-matted-black-frame-ph0100-b1114bmf/product_2079917 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:31:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/excello-global-products-tabletop-chalkboard-sign-6-x-4-3-pack-egp-hd-0509-s/product_24554015 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/excello-global-products-tabletop-chalkboard-rustic-wood-15-x-11-egp-hd-0100/product_24556378 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/excello-global-products-the-office-indoor-outdoor-wall-sign-9-x-3-black-white-2-pack-egp-hd-0064-s/product_24532222 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/purell-es10-automatic-wall-mounted-hand-sanitizer-dispenser-white-8320-e1/product_24581803 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/excelone-8-5-x-11-carbonless-paper-21-lbs-92-brightness-500-sheets-ream-10-reams-carton-232157/product_24472862 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-photographic-camera-1885-black-by-claire-doherty-11-x-14-white-matted-black-frame-cdo0016-b1114mf/product_2081603 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-x-10-x-48-corrugated-kraft-boxes-25-bundle-bs101048x/product_24408454 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-photographic-camera-1885-black-by-claire-doherty-16-x-20-white-matted-black-frame-cdo0016-b1620mf/product_2077167 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-x-100-poly-sheeting-4-0-mil-black-11020/product_363734 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:31:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/purell-es8-automatic-wall-mounted-hand-sanitizer-dispenser-gray-7724-01/product_2728955 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/purell-foaming-hand-soap-refill-for-cs-dispenser-2-carton-7881-02/product_2801403 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:31:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-x-100-poly-sheeting-6-0-mil-black-11055/product_363737 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-x-12-layflat-poly-bags-1-5-mil-clear-1000-carton-170/product_939489 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/purell-foodservice-surface-sanitizer-fragrance-free-1-gallon-refill-4341-04/product_2122450 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-photographic-camera-patent-1962-black-by-claire-doherty-24-x-32-canvas-art-cdo0014-c2432gg/product_2078200 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/purell-gel-hand-sanitizer-refill-for-ltx-7-2309-1-ml-3-carton-1303-03/product_375856 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-x-12-layflat-poly-bags-6-mil-clear-1000-carton-8385/product_361163 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:31:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pickup-truck-by-design-turnpike-11-x-14-white-matted-black-frame-ali1286-b1114mf/product_2082976 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/expansion-poly-mailers-white-20-x-24-x-4-100-case-epm20244/product_1603908 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pickup-truck-by-design-turnpike-16-x-20-white-matted-black-frame-ali1286-b1620mf/product_2083598 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:31:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:31:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-x-12-reclosable-poly-bags-2-mil-clear-1000-carton-3655a/product_427352 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:31:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:31:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-x-12-reclosable-poly-bags-2-mil-clear-1000-carton-3976a/product_687879 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pickup-truck-by-design-turnpike-30-x-47-canvas-art-ali1286-c3047gg/product_2079334 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-x-12-reclosable-poly-bags-2-mil-clear-1000-carton-4150a/product_939382 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/explosives-keep-out-bilingual-14x10-040-aluminum-danger-sign/product_558932 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:31:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/purell-hand-sanitizing-wipes-fresh-citrus-scent-270-wipes-pack-9113-06/product_401141 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pier-and-shadows-by-moises-levy-16-x-16-white-matted-wood-frame-ali1119-w1616mf/product_2084418 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:31:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pier-and-shadows-by-moises-levy-24-x-24-canvas-art-ali1119-c2424gg/product_2078545 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:31:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-x-12-x-8-shipping-box-200-mullen-rated-2-pack-2022025/product_24560340 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/purell-healthy-soap-foaming-hand-soap-refill-for-es-es6-dispenser-2-carton-6470-02/product_2840978 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-x-12-x-8-shipping-box-200-mullen-rated-2-pack-2022027/product_24560329 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/purell-healthy-soap-foaming-hand-soap-refill-for-es-dispenser-2-carton-5072-02/product_2729263 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-marker-chisel-point-assorted-4-pack-80074/product_502054 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-auguste-renoir-moss-roses-1890-canvas-art-35x47-inches/product_245695 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-auguste-renoir-le-moulin-de-la-galette-canvas-art-14x19-inches/product_245688 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:31:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/purell-ltx-12-automatic-wall-mounted-hand-sanitizer-dispenser-chrome-black-1928-04/product_475107 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/purell-individually-wrapped-sanitizing-hand-wipes-1-000-wipes-carton-9021-1m/product_800791 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-x-13-reclosable-poly-bags-2-mil-clear-1000-carton-3977a/product_426723 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:31:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:31:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-mortier-map-of-rovigo-1704-canvas-art-26x32-inches/product_245366 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-assorted-tips-assorted-colors-8-pack-1930717/product_24491806 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-mortier-map-of-rovigo-1704-canvas-art-35x47-inches/product_245367 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-x-14-layflat-poly-bags-1-mil-clear-1000-carton-si2335/product_939170 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-x-13-reclosable-poly-bags-4-mil-clear-500-carton-3780a/product_24450240 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-x-14-layflat-poly-bags-2-mil-clear-1000-carton-510/product_939594 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:31:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:31:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-chisel-tip-assorted-12-pack-1927525/product_2626190 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/purell-shield-floor-wall-protector-attachment-for-cs-dispenser-white-4121-wht-18/product_24458584 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:31:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:52 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:52 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:52 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:52 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:52 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:52 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:52 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:52 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:52 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:52 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:52 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:52 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:52 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:52 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:52 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:52 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:53 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:53 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:53 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:53 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:53 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:53 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:53 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:53 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:53 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:53 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:53 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:53 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:53 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:53 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:53 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:53 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:54 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:54 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:54 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:54 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:54 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:54 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:54 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:54 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:54 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:54 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:54 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:54 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:54 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:54 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:54 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:54 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:55 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:55 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:55 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:55 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:55 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:55 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:55 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:55 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:55 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:55 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:55 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:55 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:55 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:55 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:55 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:55 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:56 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:56 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:56 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:56 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:56 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:56 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:56 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:56 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:56 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:56 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:56 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:56 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:56 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:56 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:56 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:56 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:57 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:57 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:57 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:57 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:57 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:57 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:57 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:57 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:57 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:58 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:58 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:58 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:58 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:58 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:58 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:58 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:58 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:58 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:58 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:58 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:58 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:58 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:59 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:59 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:59 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:59 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:59 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:59 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:59 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:59 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:59 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:31:59 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:32:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:32:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-x-15-1-2-self-seal-bubble-pouches-250-case/product_949121 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-chisel-tip-assorted-16-pack/product_SS229317018 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:32:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-x-15-layflat-poly-bags-bags-on-a-roll-4-mil-clear-500-roll-2732/product_769118 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:32:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-renoir-spring-at-chatou-1872-5-canvas-art-26x32-inches/product_245517 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/purely-tablet-stand-ppsh119-with-weighted-base-swivel-head-and-anti-slip-grip-for-tablets-and-phones-metal/product_24479591 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-x-16-layflat-poly-bags-1-5-mil-clear-1000-carton-180/product_939492 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-x-15-suffocation-warning-layflat-poly-bags-2-mil-clear-1000-carton-16115/product_24442817 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-chisel-tip-black-4-pack-80661/product_33170 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:32:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-renoir-the-bathers-canvas-art-24-x-32-inches/product_246084 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/purple-rock-candy-sticks-36-piece-tub/product_319551 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-chisel-tip-green-12-pack-80004/product_589826 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-renoir-the-farm-at-les-collettes-canvas-art-14x14-inches/product_246027 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-x-16-layflat-poly-bags-4-mil-clear-1000-carton-1185/product_939784 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-x-16-layflat-poly-bags-bags-on-a-roll-4-mil-clear-500-roll-6830/product_940201 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-fine-tip-black-12-pack-86001/product_507256 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:32:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:32:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-x-20-layflat-poly-bags-1-5-mil-clear-1000-carton-186/product_939120 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-x-20-layflat-poly-bags-3-mil-clear-1000-carton-856/product_939705 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:32:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:32:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-renoir-young-girls-by-the-water-canvas-art-18x24-inches/product_246701 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-renoir-young-girls-by-the-water-canvas-art-35x47-inches/product_246704 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:32:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-x-24-gusseted-poly-bags-2-mil-clear-1000-carton-pb4288/product_24328922 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:32:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-x-24-layflat-poly-bags-1-5-mil-clear-1000-carton-187/product_939495 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pileated-woodpeckers-11-x-14-wood-frame-art/product_493035 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/pyle-pro-pmks8-u-base-gooseneck-desktop-microphone-stand/product_209146 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-white-board-eraser-6-pk-san81505-6/product_24490756 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:32:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-x-24-layflat-poly-bags-1-mil-clear-1000-carton-2347/product_358900 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-x-24-layflat-poly-bags-3-mil-clear-1000-carton-857/product_361329 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pillow-talk-11-x-14-black-frame-art/product_315468 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:32:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-x-3-x-1-corrugated-mailers-50-bundle-m1031/product_1578516 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-x-30-reclosable-poly-bags-4-mil-clear-500-carton-pb4181/product_24328893 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pillow-talk-14-x-19-canvas-art/product_315470 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:32:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:32:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/pyramid-punch-card-time-clock-system-black-3600ss/product_34446 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:32:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pine-shadow-18-x-18-canvas-art/product_33729 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pine-shadow-24-x-24-canvas-art/product_33728 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pink-dragonfly-shadows-14-x-19-canvas-art/product_317589 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-x-5-x-5-shipping-boxes-32-ect-brown-25-bundle-1055/product_608371 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/expo-low-odor-dry-erase-markers-red-6-pack-73322-pk6/product_1716981 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/pyramid-time-cards-for-3800-time-clock-1000-pack-3800-10mb/product_24600327 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/expo-magnetic-dry-erase-markers-fine-tip-assorted-8-pack-1944748/product_1910450 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/pyramid-time-systems-time-card-rack-9-25-h-x-5-125-w-x-2-25-d-10-pockets-400-10/product_24337607 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pink-interlude-b-18-x-24-canvas-art/product_317622 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-x-6-x-4-literature-mailers-50-bundle-ml1064k/product_1578495 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/expo-vis-a-vis-wet-erase-markers-fine-point-black-dozen-16001/product_124826 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/python-4105p-1-way-remote-start-system-with-25-mile-range-2-remotes/product_23979283 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-x-7-x-7-shipping-boxes-32-ect-brown-25-bundle-1077/product_557104 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:32:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:32:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/expo-vis-vis-wet-erase-markers-fine-point-blue-12-pack-16003/product_501965 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pink-poppy-dreams-24-x-32-canvas-art/product_317565 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:32:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-x-15-1-2-self-seal-bubble-pouches-250-case/product_949121 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:32:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-chisel-tip-assorted-16-pack/product_SS229317018 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:32:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-x-15-layflat-poly-bags-bags-on-a-roll-4-mil-clear-500-roll-2732/product_769118 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:32:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-renoir-spring-at-chatou-1872-5-canvas-art-26x32-inches/product_245517 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:09 [scrapy.extensions.logstats] (PID: 171) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2025-12-20 14:32:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/purely-tablet-stand-ppsh119-with-weighted-base-swivel-head-and-anti-slip-grip-for-tablets-and-phones-metal/product_24479591 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-x-16-layflat-poly-bags-1-5-mil-clear-1000-carton-180/product_939492 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-x-15-suffocation-warning-layflat-poly-bags-2-mil-clear-1000-carton-16115/product_24442817 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:32:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-chisel-tip-black-4-pack-80661/product_33170 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-renoir-the-bathers-canvas-art-24-x-32-inches/product_246084 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/purple-rock-candy-sticks-36-piece-tub/product_319551 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-chisel-tip-green-12-pack-80004/product_589826 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-renoir-the-farm-at-les-collettes-canvas-art-14x14-inches/product_246027 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-x-16-layflat-poly-bags-4-mil-clear-1000-carton-1185/product_939784 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-x-16-layflat-poly-bags-bags-on-a-roll-4-mil-clear-500-roll-6830/product_940201 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:32:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:32:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-markers-fine-tip-black-12-pack-86001/product_507256 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-x-20-layflat-poly-bags-1-5-mil-clear-1000-carton-186/product_939120 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-x-20-layflat-poly-bags-3-mil-clear-1000-carton-856/product_939705 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:32:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:32:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-renoir-young-girls-by-the-water-canvas-art-18x24-inches/product_246701 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pierre-renoir-young-girls-by-the-water-canvas-art-35x47-inches/product_246704 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:32:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-x-24-gusseted-poly-bags-2-mil-clear-1000-carton-pb4288/product_24328922 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:32:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-x-24-layflat-poly-bags-1-5-mil-clear-1000-carton-187/product_939495 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pileated-woodpeckers-11-x-14-wood-frame-art/product_493035 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/expo-dry-erase-white-board-eraser-6-pk-san81505-6/product_24490756 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/pyle-pro-pmks8-u-base-gooseneck-desktop-microphone-stand/product_209146 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:32:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:32:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pillow-talk-11-x-14-black-frame-art/product_315468 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-x-24-layflat-poly-bags-3-mil-clear-1000-carton-857/product_361329 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-x-24-layflat-poly-bags-1-mil-clear-1000-carton-2347/product_358900 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-x-3-x-1-corrugated-mailers-50-bundle-m1031/product_1578516 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:32:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-x-30-reclosable-poly-bags-4-mil-clear-500-carton-pb4181/product_24328893 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pillow-talk-14-x-19-canvas-art/product_315470 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:32:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:32:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/pyramid-punch-card-time-clock-system-black-3600ss/product_34446 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pine-shadow-18-x-18-canvas-art/product_33729 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pine-shadow-24-x-24-canvas-art/product_33728 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pink-dragonfly-shadows-14-x-19-canvas-art/product_317589 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/expo-low-odor-dry-erase-markers-red-6-pack-73322-pk6/product_1716981 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/pyramid-time-cards-for-3800-time-clock-1000-pack-3800-10mb/product_24600327 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/expo-magnetic-dry-erase-markers-fine-tip-assorted-8-pack-1944748/product_1910450 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-x-5-x-5-shipping-boxes-32-ect-brown-25-bundle-1055/product_608371 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/pyramid-time-systems-time-card-rack-9-25-h-x-5-125-w-x-2-25-d-10-pockets-400-10/product_24337607 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pink-interlude-b-18-x-24-canvas-art/product_317622 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-x-6-x-4-literature-mailers-50-bundle-ml1064k/product_1578495 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-x-7-x-7-shipping-boxes-32-ect-brown-25-bundle-1077/product_557104 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:32:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/expo-vis-a-vis-wet-erase-markers-fine-point-black-dozen-16001/product_124826 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pink-poppy-dreams-24-x-32-canvas-art/product_317565 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/expo-vis-vis-wet-erase-markers-fine-point-blue-12-pack-16003/product_501965 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:32:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/python-4105p-1-way-remote-start-system-with-25-mile-range-2-remotes/product_23979283 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:19 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:19 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:19 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:19 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:19 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:19 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:19 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:19 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:19 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:19 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:19 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:19 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:20 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:20 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:20 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:20 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:20 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:20 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:20 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:20 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:20 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:20 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:20 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:20 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:21 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:21 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:21 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:21 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:21 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:21 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:21 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:21 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:21 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:21 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:21 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:21 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:21 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:21 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:21 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:22 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:22 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:22 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:22 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:22 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:22 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:22 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:22 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:22 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:22 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:22 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:22 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:22 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:22 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:23 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:23 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:23 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:23 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:23 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:23 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:23 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:23 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:23 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:23 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:23 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:23 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:23 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:23 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:23 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:24 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:24 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:24 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:24 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:24 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:24 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:24 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:24 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:24 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:24 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:24 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:24 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:24 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:24 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:24 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:24 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:25 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:25 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:25 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:25 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:25 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:25 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:25 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:25 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:25 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:25 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:25 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:25 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:25 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:25 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:25 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:25 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pink-roses-and-ladybugs-grace-reily-14x24-inches/product_248136 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:32:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-x-8-x-24-gusseted-poly-bags-1-5-mil-clear-1000-carton-1470/product_361457 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/qfx-am-fm-shortwave-3-band-radio-black-r-35/product_24574330 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/expo-whiteboard-care-dry-erase-wipes-5-5-x-10-white-50-container-81850/product_462515 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/expo-whiteboard-care-microfiber-cleaning-cloth-12-x-12-white-1752313/product_163316 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:32:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:32:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pinocchio-30-x-47-canvas-art/product_315481 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:32:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:32:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pirates-cove-11-x-14-black-frame-art/product_314904 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pirates-cove-16-x-20-wood-frame-art/product_314911 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:32:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/qpro-250-black-retractable-belt-barrier-with-11-black-red-belt/product_171054 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/100-4x8-ft-invttn-80-mt-gr-562/product_352350 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ez-mount-document-frame-plastic-8-1-2-x-11-black/product_2639087 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/100-5x7-flat-cards-rounded-pol/product_24488416 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:32:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ezy-storage-79-25-qt-latch-lid-storage-tote-clear-blue-fba34064/product_24479720 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/100-5x7-foil-card-taylor-pol/product_24454318 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/qpro-250-black-retractable-belt-barrier-with-11-red-belt/product_171048 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/faber-castell-9000-classic-graphite-pencils-6-pack-fc119063/product_2315094 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/qpro-250-polished-stainless-steel-retractable-belt-barrier-with-11-black-red-belt/product_171064 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/faber-castell-9000-drawing-pencils-h-pack-of-12/product_1717871 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-pennsylvania-16-x-24-canvas-art/product_820825 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:32:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/100-adv-lbl-gls-3x2-pol-dpf/product_24471329 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/qpro-250-polished-stainless-steel-retractable-belt-barrier-with-11-maroon-belt/product_171060 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/qpro-250-polished-stainless-steel-retractable-belt-barrier-with-11-red-belt/product_171058 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-pennsylvania-skyline-by-michael-tompsett-11-x-14-white-matted-black-frame-mt0548-b1114mf/product_2082706 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/100-full-color-10-env-pol/product_348986 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/qpro-250-polished-stainless-steel-stanchion-barrier-post-with-retractable-11-black-yellow-belt/product_171065 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/faber-castell-creative-studio-getting-started-classic-drawing-kit-gray-30-pieces-fc800052t/product_2315279 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/qpro-250-steel-crowd-control-post-black-with-black-blue-striped-belt-pro250b-bbl/product_171056 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/100-pho-crd-5x7-ft-mat-pol/product_1241450 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-pennsylvania-skyline-by-michael-tompsett-16-x-20-white-matted-wood-frame-mt0548-w1620mf/product_2083413 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/100-watt-ge-t-3-double-ended-halogen-light-bulb-clear/product_450771 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/faber-castell-manga-pen-sets-manga-shonen-set-of-6-167131/product_2168742 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:32:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/faber-castell-perfection-novelty-eraser-beige-2-pack-fc185698/product_24394866 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-pennsylvania-skyline-by-michael-tompsett-30-x-47-canvas-art-mt0548-c3047gg/product_2076971 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/100-x-2400-poly-sheeting-2-mil-white-4385g/product_939393 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/100-x-4-poly-sheeting-4-mil-clear-cf404c/product_24406802 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/faber-castell-pitt-artist-felt-pens-assorted-points-black-ink-8-pack-167137/product_2321210 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-pennsylvania-skyline-ii-by-michael-tompsett-12-x-19-canvas-art-mt0616-c1219gg/product_2079729 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/faber-castell-pitt-artist-felt-pens-black-ink-4-pack-167115/product_2315002 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-pennsylvania-skyline-ii-by-michael-tompsett-22-x-32-canvas-art-mt0616-c2232gg/product_2080161 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/1000-lh-ln-ld-ivory-rd-2c-pis/product_351915 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:32:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:32:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:32:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/1000-premium-gloss-bc-2s-pol/product_24448719 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/qs-weathermaster-355-nylon-crowd-control-belt-barrier-different-belt-color-post-color/product_SS235387799 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/faber-castell-pitt-artist-pens-indian-red-brush-192-pack-of-8/product_1722002 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/1000-premium-matte-bc-2s-pol/product_24448707 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-pennsylvania-street-map-by-michael-tompsett-18-x-24-canvas-art-mt0862-c1824gg/product_2078377 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/faber-castell-pitt-artist-pens-walnut-brown-brush-177-pack-of-8/product_1722084 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/1000-standard-matte-bc-2s-pis/product_24448735 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/faber-castell-pitt-chisel-nib-calligraphy-pens-broad-nib-black-ink-10-pack-67115-pk10/product_1722348 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:32:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/100cx-portable-electronic-cash-register-82175q/product_24280991 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/101-uses-for-a-corgi-hardcover/product_24575974 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:32:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pink-roses-and-ladybugs-grace-reily-14x24-inches/product_248136 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:32:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10-x-8-x-24-gusseted-poly-bags-1-5-mil-clear-1000-carton-1470/product_361457 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/qfx-am-fm-shortwave-3-band-radio-black-r-35/product_24574330 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/expo-whiteboard-care-dry-erase-wipes-5-5-x-10-white-50-container-81850/product_462515 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/expo-whiteboard-care-microfiber-cleaning-cloth-12-x-12-white-1752313/product_163316 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:32:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:32:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pinocchio-30-x-47-canvas-art/product_315481 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:32:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:32:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pirates-cove-16-x-20-wood-frame-art/product_314911 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pirates-cove-11-x-14-black-frame-art/product_314904 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:32:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/qpro-250-black-retractable-belt-barrier-with-11-black-red-belt/product_171054 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/100-4x8-ft-invttn-80-mt-gr-562/product_352350 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/100-5x7-flat-cards-rounded-pol/product_24488416 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ez-mount-document-frame-plastic-8-1-2-x-11-black/product_2639087 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:32:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ezy-storage-79-25-qt-latch-lid-storage-tote-clear-blue-fba34064/product_24479720 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/100-5x7-foil-card-taylor-pol/product_24454318 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/qpro-250-black-retractable-belt-barrier-with-11-red-belt/product_171048 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/faber-castell-9000-classic-graphite-pencils-6-pack-fc119063/product_2315094 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/qpro-250-polished-stainless-steel-retractable-belt-barrier-with-11-black-red-belt/product_171064 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-pennsylvania-16-x-24-canvas-art/product_820825 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/faber-castell-9000-drawing-pencils-h-pack-of-12/product_1717871 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/qpro-250-polished-stainless-steel-retractable-belt-barrier-with-11-maroon-belt/product_171060 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/100-adv-lbl-gls-3x2-pol-dpf/product_24471329 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:32:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/qpro-250-polished-stainless-steel-retractable-belt-barrier-with-11-red-belt/product_171058 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-pennsylvania-skyline-by-michael-tompsett-11-x-14-white-matted-black-frame-mt0548-b1114mf/product_2082706 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/100-full-color-10-env-pol/product_348986 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/qpro-250-polished-stainless-steel-stanchion-barrier-post-with-retractable-11-black-yellow-belt/product_171065 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/faber-castell-creative-studio-getting-started-classic-drawing-kit-gray-30-pieces-fc800052t/product_2315279 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/qpro-250-steel-crowd-control-post-black-with-black-blue-striped-belt-pro250b-bbl/product_171056 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-pennsylvania-skyline-by-michael-tompsett-16-x-20-white-matted-wood-frame-mt0548-w1620mf/product_2083413 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/100-pho-crd-5x7-ft-mat-pol/product_1241450 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/100-watt-ge-t-3-double-ended-halogen-light-bulb-clear/product_450771 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/faber-castell-manga-pen-sets-manga-shonen-set-of-6-167131/product_2168742 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:32:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/faber-castell-perfection-novelty-eraser-beige-2-pack-fc185698/product_24394866 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-pennsylvania-skyline-by-michael-tompsett-30-x-47-canvas-art-mt0548-c3047gg/product_2076971 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/100-x-2400-poly-sheeting-2-mil-white-4385g/product_939393 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/faber-castell-pitt-artist-felt-pens-assorted-points-black-ink-8-pack-167137/product_2321210 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/100-x-4-poly-sheeting-4-mil-clear-cf404c/product_24406802 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-pennsylvania-skyline-ii-by-michael-tompsett-12-x-19-canvas-art-mt0616-c1219gg/product_2079729 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/faber-castell-pitt-artist-felt-pens-black-ink-4-pack-167115/product_2315002 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-pennsylvania-skyline-ii-by-michael-tompsett-22-x-32-canvas-art-mt0616-c2232gg/product_2080161 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/1000-lh-ln-ld-ivory-rd-2c-pis/product_351915 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:32:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:32:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/1000-premium-gloss-bc-2s-pol/product_24448719 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:32:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/qs-weathermaster-355-nylon-crowd-control-belt-barrier-different-belt-color-post-color/product_SS235387799 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/faber-castell-pitt-artist-pens-indian-red-brush-192-pack-of-8/product_1722002 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/1000-premium-matte-bc-2s-pol/product_24448707 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-pennsylvania-street-map-by-michael-tompsett-18-x-24-canvas-art-mt0862-c1824gg/product_2078377 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/faber-castell-pitt-artist-pens-walnut-brown-brush-177-pack-of-8/product_1722084 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/1000-standard-matte-bc-2s-pis/product_24448735 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:32:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/faber-castell-pitt-chisel-nib-calligraphy-pens-broad-nib-black-ink-10-pack-67115-pk10/product_1722348 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/100cx-portable-electronic-cash-register-82175q/product_24280991 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/101-uses-for-a-corgi-hardcover/product_24575974 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:32:43 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:43 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:43 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:43 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:43 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:43 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:43 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:43 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:43 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:43 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:43 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:43 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:43 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:44 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:44 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:44 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:44 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:44 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:45 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:45 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:45 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:45 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:45 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:45 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:45 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:45 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:45 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:45 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:45 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:45 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:46 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:46 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:46 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:46 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:46 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:46 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:46 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:46 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:46 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:46 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:46 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:46 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:46 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:47 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:47 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:47 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:47 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:47 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:47 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:47 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:47 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:47 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:47 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:47 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:47 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:47 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:47 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:48 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:48 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:48 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:48 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:48 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:48 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:48 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:48 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:48 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:48 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:48 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:48 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:48 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:48 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:48 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:48 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:49 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:49 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:49 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:49 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:49 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:49 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:49 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:49 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:49 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:49 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:49 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:49 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:49 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:49 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:49 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:49 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:50 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:50 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:50 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:50 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:50 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:50 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:50 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:50 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:50 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:50 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:50 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:50 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:50 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:50 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:50 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:50 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:32:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-skyline-by-design-turnpike-16-x-32-canvas-art-ali1322-c1632gg/product_2083891 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-skyline-iv-by-michael-tompsett-11-x-14-black-frame-mt0807-b1114bmf/product_2081893 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/101-uses-for-a-golden-hardcover/product_24576014 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/faber-castell-tk-9400-clutch-drawing-pencil-leads-b-pack-of-10-3-pack/product_1721712 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quality-park-button-string-inter-departmental-envelopes-10-x-13-blue-100-carton-qua63577/product_813412 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:32:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:32:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/faber-castell-young-artist-learn-to-paint-kit-each-14519/product_2130078 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-skyline-sheet-music-by-michael-tompsett-11-x-14-black-frame-mt0827-b1114bmf/product_2081798 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:32:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-skyline-sheet-music-by-michael-tompsett-11-x-14-black-frame-mt0827-b1114mf/product_2081702 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10k-9-mch-envlps-wht-70-psc-1046/product_349790 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:32:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:32:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/11-1-2-x-9-white-utility-flat-mailer-200-case/product_947730 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-skyline-sheet-music-by-michael-tompsett-16-x-20-white-matted-black-frame-mt0827-b1620mf/product_2085951 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/11-1-4-x-8-3-4-x-11-32-ect-kraft-25-bundle/product_2653046 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:32:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quality-park-clasp-catalog-envelope-9-1-2-x-12-1-2-brown-100-box-37893/product_813455 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:32:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/11-1-8-x-8-3-4-x-2-deluxe-literature-mailers-white-50-bundle-mfl1182/product_831801 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-skyline-sheet-music-by-michael-tompsett-30-x-47-canvas-art-mt0827-c3047gg/product_2081278 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fabuloso-multi-purpose-cleaner-lavender-scent-169-fl-oz-3-carton-153122/product_2637752 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:32:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/11-25-x-15-self-sealing-bubble-mailer-5-25-carton-st56611b/product_813289 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quality-park-clasp-moistenable-glue-catalog-envelope-10-1-2-x-7-1-2-brown-100-box-37875/product_823272 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-skyline-sheet-music-ii-by-michael-tompsett-16-x-20-black-frame-mt0829-b1620bmf/product_2085949 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quality-park-clasp-moistenable-glue-catalog-envelope-12-x-15-1-2-kraft-100-box-37810/product_510664 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fadeless-bulletin-board-art-paper-48-x-12-bright-assortment-4-rolls-pac0057533/product_24439035 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:32:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/11-25-x-8-75-x-12-shipping-boxes-32-ect-white-25-bundle-11812w/product_405838 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-street-map-by-michael-tompsett-11-x-14-white-matted-black-frame-mt0861-b1114mf/product_2081690 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fadeless-bulletin-board-art-paper-flame-red-24-x-12-12-rolls-pac57030-12/product_24509727 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-street-map-by-michael-tompsett-16-x-20-black-matted-black-frame-mt0861-b1620bmf/product_2085853 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fadeless-bulletin-board-art-paper-lite-blue-24-x-60-2-rolls-pac57217-2/product_24496074 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fadeless-bulletin-board-art-paper-orange-24-x-12-12-rolls-pac57100-12/product_24509719 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/11-25-x-8-75-x-6-heavy-duty-44-ect-shipping-boxes/product_24409517 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fadeless-bulletin-board-art-paper-pink-24-x-12-12-rolls-pac57260-12/product_24509718 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:32:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/11-25-x-8-75-x-6-shipping-boxes-32-ect-brown-25-bundle-1186r/product_608382 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fadeless-bulletin-board-paper-roll-24-x-60-brown-pac0057027/product_24439116 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-street-map-by-michael-tompsett-16-x-20-white-matted-black-frame-mt0862-b1620mf/product_2085849 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/11-25-x-8-75-x-8-corrugated-boxes-white-25-bundle-1188scw/product_1578433 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quality-park-clasp-moistenable-glue-catalog-envelopes-7-x-10-brown-kraft-100-box-qua37868/product_813392 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fadeless-designer-art-paper-sheets-12-x18-25-assorted-colors-100-sheets-pack/product_875848 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fadeless-paper-roll-48-w-x-50-l-black-0057305/product_575500 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quality-park-clearclasp-redi-tac-catalog-envelopes-6-x-9-brown-kraft-100-box-qua43468/product_812457 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quality-park-clearclasp-redi-tac-catalog-envelopes-9-x-12-brown-kraft-100-box-qua43568/product_812451 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fadeless-paper-roll-48-x-50-brown-p0057025/product_575498 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:32:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:32:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fadeless-paper-roll-48-x-50-tu-tone-brick-p0056475/product_636723 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quality-park-flap-stik-security-tinted-10-window-envelope-4-1-2-x-9-1-2-white-500-box-90130/product_813454 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-plant-art-11-x-14-black-frame-art/product_317379 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:32:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/11-75-x-8-75-x-8-75-32-ect-multi-depth-shipping-boxes/product_24409800 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:33:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fadeless-paper-roll-48-x-50-white-0057015/product_455034 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:33:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-plant-art-30-x-47-canvas-art/product_317384 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quality-park-gummed-1-coin-mini-envelopes-2-1-4-x-3-1-2-kraft-500-box-qua50160/product_827898 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/11-l-x-8-w-x-2-h-retention-packaging-brown-each-kor107/product_946267 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:33:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:33:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/falcon-dust-off-air-duster-7-oz-dptcl/product_887545 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-skyline-by-design-turnpike-16-x-32-canvas-art-ali1322-c1632gg/product_2083891 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/101-uses-for-a-golden-hardcover/product_24576014 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-skyline-iv-by-michael-tompsett-11-x-14-black-frame-mt0807-b1114bmf/product_2081893 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/faber-castell-tk-9400-clutch-drawing-pencil-leads-b-pack-of-10-3-pack/product_1721712 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quality-park-button-string-inter-departmental-envelopes-10-x-13-blue-100-carton-qua63577/product_813412 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:33:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:33:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/faber-castell-young-artist-learn-to-paint-kit-each-14519/product_2130078 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-skyline-sheet-music-by-michael-tompsett-11-x-14-black-frame-mt0827-b1114bmf/product_2081798 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-skyline-sheet-music-by-michael-tompsett-11-x-14-black-frame-mt0827-b1114mf/product_2081702 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:33:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/10k-9-mch-envlps-wht-70-psc-1046/product_349790 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:33:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:33:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/11-1-2-x-9-white-utility-flat-mailer-200-case/product_947730 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-skyline-sheet-music-by-michael-tompsett-16-x-20-white-matted-black-frame-mt0827-b1620mf/product_2085951 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:33:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/11-1-4-x-8-3-4-x-11-32-ect-kraft-25-bundle/product_2653046 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quality-park-clasp-catalog-envelope-9-1-2-x-12-1-2-brown-100-box-37893/product_813455 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/11-1-8-x-8-3-4-x-2-deluxe-literature-mailers-white-50-bundle-mfl1182/product_831801 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:33:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-skyline-sheet-music-by-michael-tompsett-30-x-47-canvas-art-mt0827-c3047gg/product_2081278 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fabuloso-multi-purpose-cleaner-lavender-scent-169-fl-oz-3-carton-153122/product_2637752 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:33:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/11-25-x-15-self-sealing-bubble-mailer-5-25-carton-st56611b/product_813289 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quality-park-clasp-moistenable-glue-catalog-envelope-10-1-2-x-7-1-2-brown-100-box-37875/product_823272 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-skyline-sheet-music-ii-by-michael-tompsett-16-x-20-black-frame-mt0829-b1620bmf/product_2085949 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quality-park-clasp-moistenable-glue-catalog-envelope-12-x-15-1-2-kraft-100-box-37810/product_510664 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fadeless-bulletin-board-art-paper-48-x-12-bright-assortment-4-rolls-pac0057533/product_24439035 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:33:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/11-25-x-8-75-x-12-shipping-boxes-32-ect-white-25-bundle-11812w/product_405838 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-street-map-by-michael-tompsett-11-x-14-white-matted-black-frame-mt0861-b1114mf/product_2081690 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-street-map-by-michael-tompsett-16-x-20-black-matted-black-frame-mt0861-b1620bmf/product_2085853 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fadeless-bulletin-board-art-paper-flame-red-24-x-12-12-rolls-pac57030-12/product_24509727 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fadeless-bulletin-board-art-paper-lite-blue-24-x-60-2-rolls-pac57217-2/product_24496074 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fadeless-bulletin-board-art-paper-orange-24-x-12-12-rolls-pac57100-12/product_24509719 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/11-25-x-8-75-x-6-heavy-duty-44-ect-shipping-boxes/product_24409517 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fadeless-bulletin-board-art-paper-pink-24-x-12-12-rolls-pac57260-12/product_24509718 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:33:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/11-25-x-8-75-x-6-shipping-boxes-32-ect-brown-25-bundle-1186r/product_608382 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pittsburgh-street-map-by-michael-tompsett-16-x-20-white-matted-black-frame-mt0862-b1620mf/product_2085849 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fadeless-bulletin-board-paper-roll-24-x-60-brown-pac0057027/product_24439116 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/11-25-x-8-75-x-8-corrugated-boxes-white-25-bundle-1188scw/product_1578433 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quality-park-clasp-moistenable-glue-catalog-envelopes-7-x-10-brown-kraft-100-box-qua37868/product_813392 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fadeless-designer-art-paper-sheets-12-x18-25-assorted-colors-100-sheets-pack/product_875848 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fadeless-paper-roll-48-w-x-50-l-black-0057305/product_575500 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quality-park-clearclasp-redi-tac-catalog-envelopes-6-x-9-brown-kraft-100-box-qua43468/product_812457 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quality-park-clearclasp-redi-tac-catalog-envelopes-9-x-12-brown-kraft-100-box-qua43568/product_812451 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fadeless-paper-roll-48-x-50-brown-p0057025/product_575498 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:33:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fadeless-paper-roll-48-x-50-tu-tone-brick-p0056475/product_636723 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:33:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quality-park-flap-stik-security-tinted-10-window-envelope-4-1-2-x-9-1-2-white-500-box-90130/product_813454 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-plant-art-11-x-14-black-frame-art/product_317379 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/11-75-x-8-75-x-8-75-32-ect-multi-depth-shipping-boxes/product_24409800 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:33:09 [scrapy.extensions.logstats] (PID: 171) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2025-12-20 14:33:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fadeless-paper-roll-48-x-50-white-0057015/product_455034 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:33:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-plant-art-30-x-47-canvas-art/product_317384 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quality-park-gummed-1-coin-mini-envelopes-2-1-4-x-3-1-2-kraft-500-box-qua50160/product_827898 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/11-l-x-8-w-x-2-h-retention-packaging-brown-each-kor107/product_946267 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:33:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:33:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/falcon-dust-off-air-duster-7-oz-dptcl/product_887545 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:12 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:12 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:12 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:12 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:12 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:12 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:12 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:12 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:12 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:12 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:12 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:12 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:12 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:12 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:12 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:13 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:13 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:13 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:13 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:13 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:13 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:13 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:13 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:13 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:13 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:13 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:13 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:13 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:13 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:13 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:13 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:14 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:14 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:14 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:14 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:14 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:14 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:14 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:14 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:14 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:15 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:15 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:15 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:15 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:15 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:15 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:15 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:15 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:15 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:16 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:16 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:16 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:16 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:16 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:16 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:16 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:16 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:16 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:16 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:16 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:16 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:16 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:16 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:16 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:16 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quality-park-gummed-14-catalog-envelopes-5-x-11-1-2-brown-kraft-500-box-qua11562/product_377514 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:33:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:33:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:33:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/falcon-dust-off-non-flammable-air-duster-10-oz-1-pack-dpnxl/product_625417 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:33:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/falcon-rainsuits-premium-35-mm-with-jacket-yellow-xl/product_177119 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/11-x-13-cool-foil-insulated-self-sealing-bubble-mailers-50-box-mb13x11ss/product_24436001 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quality-park-gummed-catalog-envelope-10-x-13-kraft-250-box-41665/product_377337 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/falcon-safety-hypercln-cleaning-kit-unscented-8-oz-hcn8/product_24411737 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quality-park-gummed-catalog-envelope-10-x-13-woven-white-250-box-41689/product_377338 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-point-reyes-i-by-moises-levy-14-x-14-canvas-art-ali1114-c1414gg/product_2077692 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:33:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fall-fest-pencils-2-144-box/product_2407422 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fall-protection-required-10x14-rigid-plastic-caution-sign/product_554729 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-point-reyes-i-by-moises-levy-18-x-18-canvas-art-ali1114-c1818gg/product_2085366 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/11-x-14-layflat-poly-bags-1-mil-clear-1000-carton-2352/product_939926 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:33:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:33:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quality-park-gummed-catalog-envelope-9-x-12-woven-white-250-box-41488/product_377526 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-point-reyes-ii-by-moises-levy-11-x-14-white-matted-wood-frame-ali1115-w1114mf/product_2077482 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quality-park-gummed-clasp-catalog-envelopes-10-x-13-white-100-box-qua38397/product_742790 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-point-reyes-ii-by-moises-levy-16-x-20-white-matted-black-frame-ali1115-b1620mf/product_2086585 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/11-x-14-reclosable-poly-bags-1-6-mil-clear-1000-carton-13243/product_24449662 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:33:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-point-reyes-ii-by-moises-levy-16-x-20-white-matted-wood-frame-ali1115-w1620mf/product_2086584 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-point-reyes-ii-by-moises-levy-18-x-24-canvas-art-ali1115-c1824gg/product_2078748 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-point-reyes-ii-by-moises-levy-24-x-32-canvas-art-ali1115-c2432gg/product_2078599 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quality-park-gummed-currency-envelopes-3-1-2-x-6-1-2-manila-500-box-50762/product_638557 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:33:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/11-x-15-cool-foil-insulated-self-sealing-bubble-mailers-50-box-mb11x15ss/product_24436003 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:33:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/11-x-16-layflat-poly-bags-4-mil-clear-1000-carton-1186/product_692310 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quality-park-gummed-inter-departmental-envelope-10-x-13-multi-colors-100-box-63778/product_458290 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:33:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fargo-id-printer-dtc1250e/product_IM1TG7533 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-polar-bear-red-by-nicole-dietz-18-x-24-canvas-art-nd098-c1824gg/product_2078357 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/11-x-18-layflat-poly-bags-1-mil-clear-1000-carton-2354/product_361018 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quality-park-gummed-security-tinted-9-double-window-envelopes-3-7-8-x-8-7-8-white-wove-500-box-qua24524/product_823255 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fargo-laminating-film-roll-for-hdp5000-id-card-printer-clear-1-roll-84053/product_24490100 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fargo-ribbon-cartridge-for-dtc4500-card-printer-ymcko-45200/product_IM1DU0133 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/11-x-6-x-6-shipping-boxes-32-ect-brown-25-bundle-1166/product_814093 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-political-map-of-the-world-by-michael-tompsett-11-x-14-black-matted-black-frame-mt0874-b1114bmf/product_2081730 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/11-x-7-x-7-shipping-boxes-32-ect-brown-25-bundle-1177/product_408381 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/farm-tuff-24-x-48-metal-deck-garden-cart-efrw-g/product_391247 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-political-map-of-the-world-by-michael-tompsett-16-x-20-black-matted-wood-frame-mt0874-w1620bmf/product_2085815 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:33:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-political-map-of-the-world-by-michael-tompsett-16-x-20-white-matted-black-frame-mt0874-b1620mf/product_2085816 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:33:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/11-x-8-x-5-shipping-boxes-ect-rated-25-bundle-1185/product_949258 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pond-and-paintography-by-philippe-sainte-laudy-11x14-frm-art-wht-mtd-psl0319-w1114mf/product_1551758 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/11-x-8-x-6-corrugated-shipping-boxes-32-ect-25-bundle-bs110806/product_557420 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quality-park-open-end-first-class-catalog-envelopes-6-x-9-green-white-100-bx/product_51710 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fat-brain-toys-card-game-peek-a-doodle-doo/product_1610286 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/favorite-flavors-keurig-k-cup-assortment-box-48-count-700-00038/product_24331230 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/11-x-8-x-8-shipping-boxes-32-ect-brown-25-bundle-1188/product_481802 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:33:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pont-neuf-paris-1872-18-x-24-canvas-art/product_492058 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:33:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/110-piece-all-purpose-accessory-storage-kit-709-02/product_24284178 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/febreze-air-freshener-scented-oil-refills/product_SS161761496 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pont-neuf-paris-1872-35-x-47-canvas-art/product_497591 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:33:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pop-art-collage-by-mark-ashkenazi-18-x-18-canvas-art-ali1015-c1818gg/product_2085402 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:33:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/falcon-rainsuits-premium-35-mm-with-jacket-yellow-xl/product_177119 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:33:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/falcon-dust-off-non-flammable-air-duster-10-oz-1-pack-dpnxl/product_625417 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:33:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quality-park-gummed-14-catalog-envelopes-5-x-11-1-2-brown-kraft-500-box-qua11562/product_377514 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:33:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/11-x-13-cool-foil-insulated-self-sealing-bubble-mailers-50-box-mb13x11ss/product_24436001 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quality-park-gummed-catalog-envelope-10-x-13-kraft-250-box-41665/product_377337 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:33:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fall-fest-pencils-2-144-box/product_2407422 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-point-reyes-i-by-moises-levy-14-x-14-canvas-art-ali1114-c1414gg/product_2077692 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fall-protection-required-10x14-rigid-plastic-caution-sign/product_554729 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quality-park-gummed-catalog-envelope-10-x-13-woven-white-250-box-41689/product_377338 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/falcon-safety-hypercln-cleaning-kit-unscented-8-oz-hcn8/product_24411737 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-point-reyes-i-by-moises-levy-18-x-18-canvas-art-ali1114-c1818gg/product_2085366 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/11-x-14-layflat-poly-bags-1-mil-clear-1000-carton-2352/product_939926 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:33:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:33:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-point-reyes-ii-by-moises-levy-16-x-20-white-matted-black-frame-ali1115-b1620mf/product_2086585 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-point-reyes-ii-by-moises-levy-11-x-14-white-matted-wood-frame-ali1115-w1114mf/product_2077482 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quality-park-gummed-catalog-envelope-9-x-12-woven-white-250-box-41488/product_377526 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quality-park-gummed-clasp-catalog-envelopes-10-x-13-white-100-box-qua38397/product_742790 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/11-x-14-reclosable-poly-bags-1-6-mil-clear-1000-carton-13243/product_24449662 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:33:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-point-reyes-ii-by-moises-levy-18-x-24-canvas-art-ali1115-c1824gg/product_2078748 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-point-reyes-ii-by-moises-levy-24-x-32-canvas-art-ali1115-c2432gg/product_2078599 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-point-reyes-ii-by-moises-levy-16-x-20-white-matted-wood-frame-ali1115-w1620mf/product_2086584 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quality-park-gummed-currency-envelopes-3-1-2-x-6-1-2-manila-500-box-50762/product_638557 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:33:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/11-x-15-cool-foil-insulated-self-sealing-bubble-mailers-50-box-mb11x15ss/product_24436003 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:33:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/11-x-16-layflat-poly-bags-4-mil-clear-1000-carton-1186/product_692310 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/11-x-18-layflat-poly-bags-1-mil-clear-1000-carton-2354/product_361018 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fargo-id-printer-dtc1250e/product_IM1TG7533 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:33:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quality-park-gummed-inter-departmental-envelope-10-x-13-multi-colors-100-box-63778/product_458290 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quality-park-gummed-security-tinted-9-double-window-envelopes-3-7-8-x-8-7-8-white-wove-500-box-qua24524/product_823255 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-polar-bear-red-by-nicole-dietz-18-x-24-canvas-art-nd098-c1824gg/product_2078357 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fargo-laminating-film-roll-for-hdp5000-id-card-printer-clear-1-roll-84053/product_24490100 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fargo-ribbon-cartridge-for-dtc4500-card-printer-ymcko-45200/product_IM1DU0133 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/11-x-6-x-6-shipping-boxes-32-ect-brown-25-bundle-1166/product_814093 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-political-map-of-the-world-by-michael-tompsett-11-x-14-black-matted-black-frame-mt0874-b1114bmf/product_2081730 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/11-x-7-x-7-shipping-boxes-32-ect-brown-25-bundle-1177/product_408381 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-political-map-of-the-world-by-michael-tompsett-16-x-20-black-matted-wood-frame-mt0874-w1620bmf/product_2085815 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/farm-tuff-24-x-48-metal-deck-garden-cart-efrw-g/product_391247 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-political-map-of-the-world-by-michael-tompsett-16-x-20-white-matted-black-frame-mt0874-b1620mf/product_2085816 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:33:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:33:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pond-and-paintography-by-philippe-sainte-laudy-11x14-frm-art-wht-mtd-psl0319-w1114mf/product_1551758 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/11-x-8-x-5-shipping-boxes-ect-rated-25-bundle-1185/product_949258 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quality-park-open-end-first-class-catalog-envelopes-6-x-9-green-white-100-bx/product_51710 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/favorite-flavors-keurig-k-cup-assortment-box-48-count-700-00038/product_24331230 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fat-brain-toys-card-game-peek-a-doodle-doo/product_1610286 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/11-x-8-x-8-shipping-boxes-32-ect-brown-25-bundle-1188/product_481802 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/11-x-8-x-6-corrugated-shipping-boxes-32-ect-25-bundle-bs110806/product_557420 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:33:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pont-neuf-paris-1872-18-x-24-canvas-art/product_492058 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:33:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:33:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pont-neuf-paris-1872-35-x-47-canvas-art/product_497591 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/febreze-air-freshener-scented-oil-refills/product_SS161761496 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pop-art-collage-by-mark-ashkenazi-18-x-18-canvas-art-ali1015-c1818gg/product_2085402 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/110-piece-all-purpose-accessory-storage-kit-709-02/product_24284178 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:36 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:36 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:36 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:36 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:36 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:36 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:36 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:36 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:37 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:37 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:37 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:37 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:37 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:37 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:37 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:37 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:38 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:38 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:38 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:38 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:38 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:38 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:38 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:38 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:38 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:39 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:39 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:39 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:39 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:39 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:39 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:39 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:39 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:39 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:39 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:40 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:40 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:40 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:40 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:40 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:40 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:40 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:40 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:40 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:40 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:40 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:40 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:40 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:40 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:41 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:41 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:41 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:41 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:41 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:41 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:41 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:41 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:41 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:41 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:41 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:41 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:41 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:41 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:41 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:42 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:42 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:42 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:42 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:42 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:42 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:42 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:42 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:42 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:42 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:42 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:42 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:42 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:42 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:42 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:42 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:43 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:43 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:43 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:43 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:43 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:43 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:43 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:43 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:43 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:43 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:43 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:43 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:43 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:43 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:43 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:43 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:44 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:44 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:44 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:44 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:44 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:44 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:44 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:44 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:33:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-seal-catalog-envelope-6-x-9-white-100-box-43117/product_507910 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:33:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/febreze-air-light-air-freshener-aerosol-lavender-scent-8-8-fl-oz-2-pack-80657/product_24605966 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pop-art-collage-by-mark-ashkenazi-35-x-35-canvas-art-ali1015-c3535gg/product_2080755 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-seal-catalog-envelope-9-x-12-brown-100-box-43511/product_802220 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/febreze-fade-defy-plug-air-freshener-refill-hawaiian-aloha-scent-0-87-fl-oz-3-pack-54345/product_24561370 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:33:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-1-8-x-9-1-4-x-4-deluxe-literature-mailers-50-bundle-mfl1294k/product_1004913 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:33:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-poppies-by-rio-11-x-14-white-matted-silver-frame-ma077-s1114mf/product_2076630 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:33:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-1-8-x11-5-8-x2-5-8-Partners-Brand-Side-Loading-Locking-Mailers-50-Bundle-MAL12112/product_426632 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/febreze-fade-defy-plug-air-freshener-with-2-oil-refills-gain-original-scent-0-87-fl-oz-4166/product_24602150 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-1-8-x-9-1-8-x-1-easy-fold-mailers-kraft-50-bundle-m1291k/product_947424 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:33:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/febreze-fade-defy-plug-air-freshener-with-refill-linen-sky-scent-0-87-fl-oz-90121/product_24561379 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-1-8-x9-1-8-x2-Deluxe-Easy-Fold-Mailers-25-Bundle-M2BKSS/product_949003 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:33:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-seal-security-tinted-9-double-window-envelope-3-7-8-x-8-13-16-white-wove-500-pack-24529-500/product_23996108 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:33:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-poppy-field-16-x-24-canvas-art/product_317473 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/febreze-odor-fighting-air-freshener-aerosol-gain-original-scent-8-8-oz-2-pack-97810/product_2519626 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-5-x-16-25-x-10-5-moving-boxes-kraft-blue-10-pack-7714216/product_24344194 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-5-x-12-x-12-5-multi-depth-shipping-boxes-brown-25-bundle-md121212r/product_690424 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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-250-pack-24539-250/product_23995962 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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-500-pack-24539-500/product_23996464 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:33:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-L-x-10-W-x-5-H-Korrvu-Suspension-Packaging-1-Bundle/product_946265 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-poppy-field-wood-by-manor-shadian-16-x-20-white-matted-wood-frame-ma0620-w1620mf/product_2086221 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-strip-6-1-4-w-x-4-1-2-h-photo-invitation-envelopes-white-50-bx/product_2708505 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-L-x-12-W-x-36-H-Shipping-Boxes-Brown-15-Bundle-121236/product_426276 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-strip-catalog-envelope-9-x-12-white-100-box-qua41415/product_660652 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:33:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-strip-catalog-envelopes-10-x-13-white-wove-100-box-qua44782/product_377351 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:33:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-strip-catalog-envelopes-6-5-x-9-5-white-wove-100-box-qua44334/product_2622633 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-poppy-fields-of-france-35-x-47-canvas-art/product_314227 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-strip-catalog-envelopes-6-x-9-white-wove-100-box-qua44182/product_813434 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-poppy-on-black-by-kurt-shaffer-canvas-ready-to-hang/product_249094 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-strip-catalog-envelopes-9-5-x-12-5-white-wove-100-box-qua44682/product_813438 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:33:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:33:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:33:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:33:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/febreze-small-spaces-solid-air-freshener-linen-sky-0-25-oz-2-pack-93326ea/product_24430308 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-1-1-2-plastic-binding-spine-comb-340-sheet-capacity-black-50-pack-52368/product_804712 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/febreze-unstopables-air-freshener-aerosol-fresh-scent-8-8-fl-oz-3-pack-42723/product_24605964 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-portland-oregon-skyline-by-michael-tompsett-16-x-20-white-matted-black-frame-mt0570-b1620mf/product_2083346 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:33:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-tabletop-impulse-sealer-spb12/product_459012 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:33:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-tag-string-1000-case/product_948595 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-1-2-metal-wire-binding-spine-100-sheet-capacity-black-25-pack-5255401/product_804705 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-tag-wire-1000-bundle/product_2653204 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-portland-skyline-license-plate-by-design-turnpike-12-x-24-canvas-art-ali1282-c1224gg/product_2083133 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-1-2-plastic-binding-spine-comb-90-sheet-capacity-white-100-pack-52372/product_804543 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-wire-tubing-dispenser-1-each/product_360696 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-portland-watercolor-map-11-x-14-black-frame-art/product_312010 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-10-1-2-x-2-easy-fold-mailers-50-bundle-m12102bfk/product_1578513 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-10-layflat-poly-bags-3-mil-clear-1000-carton-pb4194/product_24328930 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quality-park-self-seal-catalog-envelopes-10-l-x-15-h-kraft-25-pack-qua93338/product_445597 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-portland-watercolor-map-14-x-19-canvas-art/product_312012 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:33:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-portland-watercolor-map-16-x-20-wood-frame-art/product_312017 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-seal-catalog-envelope-6-x-9-white-100-box-43117/product_507910 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:33:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/febreze-air-light-air-freshener-aerosol-lavender-scent-8-8-fl-oz-2-pack-80657/product_24605966 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-seal-catalog-envelope-9-x-12-brown-100-box-43511/product_802220 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pop-art-collage-by-mark-ashkenazi-35-x-35-canvas-art-ali1015-c3535gg/product_2080755 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/febreze-fade-defy-plug-air-freshener-refill-hawaiian-aloha-scent-0-87-fl-oz-3-pack-54345/product_24561370 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:33:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-1-8-x-9-1-4-x-4-deluxe-literature-mailers-50-bundle-mfl1294k/product_1004913 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:33:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:33:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/febreze-fade-defy-plug-air-freshener-with-2-oil-refills-gain-original-scent-0-87-fl-oz-4166/product_24602150 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-1-8-x-9-1-8-x-1-easy-fold-mailers-kraft-50-bundle-m1291k/product_947424 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-1-8-x11-5-8-x2-5-8-Partners-Brand-Side-Loading-Locking-Mailers-50-Bundle-MAL12112/product_426632 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:33:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-poppies-by-rio-11-x-14-white-matted-silver-frame-ma077-s1114mf/product_2076630 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/febreze-fade-defy-plug-air-freshener-with-refill-linen-sky-scent-0-87-fl-oz-90121/product_24561379 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-1-8-x9-1-8-x2-Deluxe-Easy-Fold-Mailers-25-Bundle-M2BKSS/product_949003 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-5-x-16-25-x-10-5-moving-boxes-kraft-blue-10-pack-7714216/product_24344194 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-seal-security-tinted-9-double-window-envelope-3-7-8-x-8-13-16-white-wove-500-pack-24529-500/product_23996108 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-poppy-field-16-x-24-canvas-art/product_317473 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:33:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/febreze-odor-fighting-air-freshener-aerosol-gain-original-scent-8-8-oz-2-pack-97810/product_2519626 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:33:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-5-x-12-x-12-5-multi-depth-shipping-boxes-brown-25-bundle-md121212r/product_690424 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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-250-pack-24539-250/product_23995962 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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-500-pack-24539-500/product_23996464 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:33:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-L-x-10-W-x-5-H-Korrvu-Suspension-Packaging-1-Bundle/product_946265 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-strip-6-1-4-w-x-4-1-2-h-photo-invitation-envelopes-white-50-bx/product_2708505 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-poppy-field-wood-by-manor-shadian-16-x-20-white-matted-wood-frame-ma0620-w1620mf/product_2086221 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-strip-catalog-envelope-9-x-12-white-100-box-qua41415/product_660652 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-L-x-12-W-x-36-H-Shipping-Boxes-Brown-15-Bundle-121236/product_426276 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:33:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-strip-catalog-envelopes-10-x-13-white-wove-100-box-qua44782/product_377351 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:33:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-poppy-fields-of-france-35-x-47-canvas-art/product_314227 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-strip-catalog-envelopes-6-5-x-9-5-white-wove-100-box-qua44334/product_2622633 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-strip-catalog-envelopes-6-x-9-white-wove-100-box-qua44182/product_813434 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quality-park-redi-strip-catalog-envelopes-9-5-x-12-5-white-wove-100-box-qua44682/product_813438 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-poppy-on-black-by-kurt-shaffer-canvas-ready-to-hang/product_249094 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:33:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:33:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:33:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/febreze-small-spaces-solid-air-freshener-linen-sky-0-25-oz-2-pack-93326ea/product_24430308 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/febreze-unstopables-air-freshener-aerosol-fresh-scent-8-8-fl-oz-3-pack-42723/product_24605964 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:33:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-1-1-2-plastic-binding-spine-comb-340-sheet-capacity-black-50-pack-52368/product_804712 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:33:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-portland-oregon-skyline-by-michael-tompsett-16-x-20-white-matted-black-frame-mt0570-b1620mf/product_2083346 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-tabletop-impulse-sealer-spb12/product_459012 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:34:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:34:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-tag-string-1000-case/product_948595 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-1-2-metal-wire-binding-spine-100-sheet-capacity-black-25-pack-5255401/product_804705 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-tag-wire-1000-bundle/product_2653204 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-portland-skyline-license-plate-by-design-turnpike-12-x-24-canvas-art-ali1282-c1224gg/product_2083133 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-1-2-plastic-binding-spine-comb-90-sheet-capacity-white-100-pack-52372/product_804543 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-wire-tubing-dispenser-1-each/product_360696 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-10-1-2-x-2-easy-fold-mailers-50-bundle-m12102bfk/product_1578513 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-portland-watercolor-map-11-x-14-black-frame-art/product_312010 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-portland-watercolor-map-14-x-19-canvas-art/product_312012 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quality-park-self-seal-catalog-envelopes-10-l-x-15-h-kraft-25-pack-qua93338/product_445597 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-10-layflat-poly-bags-3-mil-clear-1000-carton-pb4194/product_24328930 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:34:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-portland-watercolor-map-16-x-20-wood-frame-art/product_312017 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:02 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:02 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:02 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:02 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:02 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:02 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:02 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:02 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:02 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:02 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:02 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:02 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:02 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:02 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:02 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:02 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:03 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:03 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:03 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:03 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:03 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:03 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:03 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:03 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:03 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:03 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:04 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:04 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:04 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:04 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:04 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:04 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:04 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:04 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:04 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:04 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:04 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:04 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:05 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:05 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:05 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:05 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:05 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:05 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:05 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:05 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:05 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:05 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:06 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:06 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:06 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:06 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:06 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:06 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:06 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:06 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:07 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:07 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:07 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:07 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:07 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:07 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:07 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:07 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:07 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:07 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:07 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:07 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:07 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:07 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:07 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:07 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:08 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:08 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:08 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:08 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:08 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:08 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:08 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:08 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:08 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:08 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:08 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:08 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:08 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:08 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:08 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:08 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:09 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:09 [scrapy.extensions.logstats] (PID: 171) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2025-12-20 14:34:09 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:09 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:09 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:09 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:09 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:09 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:09 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:09 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:09 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:09 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:09 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:09 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:09 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:09 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:09 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:34:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-10-x-2-flat-corrugated-boxes-25-bundle-12102/product_1503814 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:34:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-porto-and-sherry-sandeman-14-x-19-canvas-art/product_821720 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quality-park-ship-lite-open-end-catalog-envelope-10-x-13-white-100-box-quas3620/product_456563 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-10-x-30-gusseted-poly-bags-3-mil-clear-250-carton-1739/product_361629 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:34:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:34:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quality-park-survivor-first-class-self-seal-catalog-envelope-10-x-13-white-green-100-carton-r4210/product_2301091 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-10-x-4-literature-mailers-50-bundle-ml1184/product_1499820 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quality-park-survivor-self-seal-catalog-envelopes-10-l-x-13-h-white-100-box-quar1590/product_827896 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-3-8-plastic-binding-spine-comb-55-sheet-capacity-black-25-pack-52322/product_572679 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-10-x-6-shipping-boxes-brown-25-bundle-hd12106/product_405836 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-350-sheet-cross-cut-350c-automax-commercial-shredder-4964001/product_2751493 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-10-x-7-32-ect-shipping-boxes/product_24408119 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-36-compartment-literature-organizers-29-x-34-69-dove-gray-25061/product_413794 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-portugal-watercolor-map-11-x-14-wood-frame-art/product_312633 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-portugal-watercolor-map-16-x-20-black-frame-art/product_312628 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-portugal-watercolor-map-18-x-24-canvas-art/product_312630 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-5-8-plastic-binding-spine-comb-120-sheet-capacity-navy-100-pack-52390/product_813122 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quality-park-transmittal-redi-strip-deposit-bags-clear-100-pack-45220/product_813441 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-50-indoor-outdoor-extension-cord-orange-99598/product_IM1G25057 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-positively-primitive-14-x-19-canvas-art/product_317390 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-12-layflat-poly-bags-3-mil-clear-1000-carton-860/product_939706 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-12-layflat-poly-bags-4-mil-clear-1000-carton-1195/product_939788 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-aeramax-190-200-dx55-activated-carbon-air-purifier-filter-4-pack-9324101/product_242805 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quality-park-tyvek-open-end-flap-stik-expansion-self-seal-catalog-envelope-10-x-15-x-2-white-100-box-r4630/product_827914 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-postcard-sketches-iii-by-anne-tavoletti-16-x-16-white-matted-silver-frame-wap0092-s1616mf/product_2084084 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-12-reclosable-poly-bags-2-mil-clear-1000-carton-3665a/product_24449533 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-aeramax-am4-pc-pureview-energy-star-true-hepa-wall-mounted-air-purifier-stainless-9573101/product_24306989 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:34:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:34:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-aeramax-dx55-true-hepa-console-air-purifier-white-9320801/product_24443473 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quarters-coin-wrappers-16-000-carton/product_167651 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-prada-construction-18-x-24-canvas-art/product_818174 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-12-staples-flush-cut-foam-pouch-150-case/product_947710 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quartet-alphacolor-chalk-assorted-colors-12-box-qrt305003/product_510178 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-aeramax-professional-am3s-energy-star-true-hepa-console-air-purifier-stainless-9450001/product_1713707 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:34:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-03-corrugated-kraft-boxes-25-bundle-bs121203x/product_24410508 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:34:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-prairie-dog-16-x-20-wood-frame-art/product_496546 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quartet-calendar-combination-dry-erase-whiteboard-17-x-23-q232317w01-stpr/product_24477227 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quartet-characters-for-felt-letter-boards-1-white-helvetica-300-set/product_507224 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-prairie-landscape-24-x-32-canvas-art/product_499454 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-24-gusseted-poly-bags-3-mil-clear-250-carton-1742/product_693210 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preludio-24-x-24-canvas-art/product_33878 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quartet-cork-bulletin-board-black-frame-11-h-x-17-w-79279/product_814937 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-array-ar1-true-hepa-ceiling-mounted-air-purifier-5-speed-white-5888601/product_24563204 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:34:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quartet-cork-enclosed-bulletin-board-aluminum-frame-3-h-x-2-w-2363/product_852328 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-36-shipping-boxes-32-ect-brown-20-bundle-bs121236/product_2647537 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quartet-cork-enclosed-bulletin-board-aluminum-frame-3-h-x-6-w-2366/product_852358 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quartet-cork-roll-2-x-4-103/product_485369 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quartet-designer-tack-write-melamine-dry-erase-whiteboard-plastic-frame-2-x-1-5-06355bk/product_440326 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-array-aw2-energy-star-true-hepa-wall-mounted-air-purifier-5-speed-white-5885101/product_24563196 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-brooklyn-bridge-canvas-art-16x47-inches/product_247632 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-6-deluxe-literature-mailers-50-bundle-mfl12126k/product_1004921 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quartet-display-easel-66-silver-aluminum-55ex/product_519280 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-automax-100m-100-sheet-micro-cut-commercial-shredder-4629001/product_24403840 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quartet-display-easel-66-silver-aluminum-q50e/product_519264 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-automax-200m-200-sheet-micro-cut-personal-shredder-4656201/product_2742524 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:34:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:34:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:34:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-10-x-2-flat-corrugated-boxes-25-bundle-12102/product_1503814 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:34:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-porto-and-sherry-sandeman-14-x-19-canvas-art/product_821720 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quality-park-ship-lite-open-end-catalog-envelope-10-x-13-white-100-box-quas3620/product_456563 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:34:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-10-x-30-gusseted-poly-bags-3-mil-clear-250-carton-1739/product_361629 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:34:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quality-park-survivor-first-class-self-seal-catalog-envelope-10-x-13-white-green-100-carton-r4210/product_2301091 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-10-x-4-literature-mailers-50-bundle-ml1184/product_1499820 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quality-park-survivor-self-seal-catalog-envelopes-10-l-x-13-h-white-100-box-quar1590/product_827896 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-3-8-plastic-binding-spine-comb-55-sheet-capacity-black-25-pack-52322/product_572679 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-10-x-6-shipping-boxes-brown-25-bundle-hd12106/product_405836 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-350-sheet-cross-cut-350c-automax-commercial-shredder-4964001/product_2751493 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-36-compartment-literature-organizers-29-x-34-69-dove-gray-25061/product_413794 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-10-x-7-32-ect-shipping-boxes/product_24408119 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-portugal-watercolor-map-11-x-14-wood-frame-art/product_312633 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-portugal-watercolor-map-16-x-20-black-frame-art/product_312628 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-5-8-plastic-binding-spine-comb-120-sheet-capacity-navy-100-pack-52390/product_813122 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-portugal-watercolor-map-18-x-24-canvas-art/product_312630 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quality-park-transmittal-redi-strip-deposit-bags-clear-100-pack-45220/product_813441 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-50-indoor-outdoor-extension-cord-orange-99598/product_IM1G25057 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-12-layflat-poly-bags-3-mil-clear-1000-carton-860/product_939706 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-positively-primitive-14-x-19-canvas-art/product_317390 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-12-layflat-poly-bags-4-mil-clear-1000-carton-1195/product_939788 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-aeramax-190-200-dx55-activated-carbon-air-purifier-filter-4-pack-9324101/product_242805 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quality-park-tyvek-open-end-flap-stik-expansion-self-seal-catalog-envelope-10-x-15-x-2-white-100-box-r4630/product_827914 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-postcard-sketches-iii-by-anne-tavoletti-16-x-16-white-matted-silver-frame-wap0092-s1616mf/product_2084084 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-12-reclosable-poly-bags-2-mil-clear-1000-carton-3665a/product_24449533 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-aeramax-am4-pc-pureview-energy-star-true-hepa-wall-mounted-air-purifier-stainless-9573101/product_24306989 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:34:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:34:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-aeramax-dx55-true-hepa-console-air-purifier-white-9320801/product_24443473 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quarters-coin-wrappers-16-000-carton/product_167651 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-prada-construction-18-x-24-canvas-art/product_818174 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-12-staples-flush-cut-foam-pouch-150-case/product_947710 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quartet-alphacolor-chalk-assorted-colors-12-box-qrt305003/product_510178 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-aeramax-professional-am3s-energy-star-true-hepa-console-air-purifier-stainless-9450001/product_1713707 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:34:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-03-corrugated-kraft-boxes-25-bundle-bs121203x/product_24410508 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:34:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-prairie-dog-16-x-20-wood-frame-art/product_496546 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quartet-calendar-combination-dry-erase-whiteboard-17-x-23-q232317w01-stpr/product_24477227 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quartet-characters-for-felt-letter-boards-1-white-helvetica-300-set/product_507224 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-prairie-landscape-24-x-32-canvas-art/product_499454 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-24-gusseted-poly-bags-3-mil-clear-250-carton-1742/product_693210 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preludio-24-x-24-canvas-art/product_33878 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quartet-cork-bulletin-board-black-frame-11-h-x-17-w-79279/product_814937 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-array-ar1-true-hepa-ceiling-mounted-air-purifier-5-speed-white-5888601/product_24563204 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:34:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-36-shipping-boxes-32-ect-brown-20-bundle-bs121236/product_2647537 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quartet-cork-enclosed-bulletin-board-aluminum-frame-3-h-x-2-w-2363/product_852328 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quartet-cork-enclosed-bulletin-board-aluminum-frame-3-h-x-6-w-2366/product_852358 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quartet-cork-roll-2-x-4-103/product_485369 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quartet-designer-tack-write-melamine-dry-erase-whiteboard-plastic-frame-2-x-1-5-06355bk/product_440326 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-array-aw2-energy-star-true-hepa-wall-mounted-air-purifier-5-speed-white-5885101/product_24563196 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-brooklyn-bridge-canvas-art-16x47-inches/product_247632 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-6-deluxe-literature-mailers-50-bundle-mfl12126k/product_1004921 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quartet-display-easel-66-silver-aluminum-55ex/product_519280 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-automax-100m-100-sheet-micro-cut-commercial-shredder-4629001/product_24403840 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quartet-display-easel-66-silver-aluminum-q50e/product_519264 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-automax-200m-200-sheet-micro-cut-personal-shredder-4656201/product_2742524 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:34:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:34:28 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:28 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:28 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:29 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:29 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:29 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:29 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:29 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:29 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:29 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:29 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:29 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:29 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:29 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:29 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:29 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:29 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:29 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:30 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:30 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:30 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:30 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:30 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:30 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:30 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:30 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:30 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:30 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:30 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:30 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:30 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:30 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:31 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:31 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:31 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:31 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:31 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:31 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:31 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:31 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:31 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:31 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:31 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:31 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:31 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:31 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:31 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:31 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:32 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:32 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:32 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:32 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:32 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:32 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:32 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:32 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:32 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:32 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:32 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:32 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:32 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:32 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:32 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:32 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:33 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:33 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:33 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:33 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:33 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:33 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:33 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:33 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:33 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:33 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:33 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:33 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:33 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:33 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:33 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:33 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:34 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:34 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:34 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:34 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:34 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:34 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:34 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:34 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:34 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:34 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:34 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:34 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:34 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:34 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:34 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:34 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:35 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:35 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:35 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:35 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:35 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:35 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:35 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:35 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:35 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:35 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:35 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:35 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:35 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:35 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:35 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:35 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:36 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:36 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:36 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:36 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:36 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:36 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:36 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:36 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:37 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-cayman-rafts-canvas-art-12x32-inches/product_247911 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:34:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-automax-600m-600-sheet-micro-cut-commercial-shredder-4657301/product_24403773 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quartet-enduraglide-kit-assorted-colors-5001m-4sk/product_813617 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:34:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-floods-cove-canvas-art-12x32-inches/product_247919 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:34:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-flowers-canvas-art-18x24-inches/product_247672 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-9-corrugated-kraft-boxes-25-bundle-bs121209x/product_24410556 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:34:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:34:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-bankers-box-at-play-building-blocks-40-set-1230801/product_24541900 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:34:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-good-day-canvas-art-12x32-inches/product_247923 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quartet-glass-dry-erase-whiteboard-0-5-x-1-5-gdp186/product_2399935 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:34:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-14-layflat-poly-bags-6-mil-clear-500-carton-8440/product_692482 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quartet-infinity-glass-dry-erase-whiteboard-3-x-2-g3624f/product_229986 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quartet-infinity-glass-dry-erase-whiteboard-6-x-4-g7248f/product_229988 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:34:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:34:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-15-1-2-self-seal-bubble-pouches-200-carton-cbob1215/product_949114 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-breyta-collection-adjustable-monitor-stand/product_SS245649005 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-irish-afternoon-canvas-art-22x32-inches/product_247935 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:34:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-irish-countryside-canvas-art-16x47-inches/product_247938 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quartet-infinity-magnetic-glass-calendar-dry-erase-whiteboard-4-x-3-frameless-gc4836f/product_229984 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-callisto-95-thermal-cold-laminator-9-5-width-silver-black-5728401/product_398764 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:34:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quartet-infinity-magnetic-glass-dry-erase-whiteboard-black-3-x-2-g3624b/product_229992 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-climate-control-tilt-adjustable-footrests-black-8030901/product_810965 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-crystals-gel-mouse-pad-wrist-rest-combo-non-skid-base-purple-91441/product_478452 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:34:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-15-layflat-poly-bags-2-8-mil-clear-100-carton-stc168/product_23978298 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quartet-magnetic-calendar-cork-dry-erase-whiteboard-aluminum-frame-36-x-24-13770/product_1741966 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:34:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-crystals-gel-wrist-rest-non-skid-base-purple-91437/product_478451 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-st-marten-s-sunset-canvas-art-35x47-inches/product_247971 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-15-layflat-poly-bags-4-mil-clear-1000-carton-1201/product_939790 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-15-reclosable-poly-bags-1-5-mil-clear-1000-pack-prr121515/product_24343821 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-turks-beach-canvas-art-12x32-inches/product_247974 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-15-reclosable-poly-bags-2-mil-blue-1000-carton-pb3670bl/product_256294 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quartet-magnetic-porcelain-in-out-board-aluminum-frame-3-x-2-783g/product_782375 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-usa-polo-canvas-art-16x47-inches/product_247640 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quartet-magnetic-strips-white-25-pack-mws/product_513888 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-designer-suites-desk-shelf-holds-up-to-30-lbs-black-8038801/product_953338 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pretoria-south-africa-skyline-by-michael-tompsett-11-x-14-black-frame-mt0781-b1114bmf/product_2081971 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-15-reclosable-poly-bags-2-mil-clear-500-carton-4061/product_940079 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-designer-suites-deskready-adjustable-keyboard-drawer-black-8038302/product_736637 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:34:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quartet-matrix-metal-cubicle-hangers-black-2-set-mch10/product_605185 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-15-reclosable-poly-bags-4-mil-clear-500-carton-3790a/product_426645 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pretoria-south-africa-skyline-by-michael-tompsett-16-x-20-black-matted-black-frame-mt0781-b1620bmf/product_2086090 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-executive-presentation-covers-oversize-black-50-pack-52146/product_572702 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:34:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quartet-premium-dry-erase-markers-fine-tip-assorted-4-pack-79555/product_24440660 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pretty-kitty-14-x-19-canvas-art/product_317399 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quartet-premium-eraser-black-61504/product_1741983 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-expressions-presentation-covers-oversize-black-200-pack-52115/product_573249 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:34:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-expressions-presentation-covers-oversize-black-200-pack-52138/product_574273 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quartet-prestige-2-magnetic-mobile-presentation-whiteboard-easel-6-x-4-ecm64p2/product_1149520 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:34:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-prickly-11-x-14-wood-frame-art/product_314996 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-cayman-rafts-canvas-art-12x32-inches/product_247911 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:34:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-automax-600m-600-sheet-micro-cut-commercial-shredder-4657301/product_24403773 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quartet-enduraglide-kit-assorted-colors-5001m-4sk/product_813617 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:34:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-floods-cove-canvas-art-12x32-inches/product_247919 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:34:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-flowers-canvas-art-18x24-inches/product_247672 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-12-x-9-corrugated-kraft-boxes-25-bundle-bs121209x/product_24410556 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:34:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:34:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-bankers-box-at-play-building-blocks-40-set-1230801/product_24541900 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:34:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-good-day-canvas-art-12x32-inches/product_247923 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quartet-glass-dry-erase-whiteboard-0-5-x-1-5-gdp186/product_2399935 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:34:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-14-layflat-poly-bags-6-mil-clear-500-carton-8440/product_692482 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quartet-infinity-glass-dry-erase-whiteboard-3-x-2-g3624f/product_229986 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quartet-infinity-glass-dry-erase-whiteboard-6-x-4-g7248f/product_229988 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:34:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:34:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-15-1-2-self-seal-bubble-pouches-200-carton-cbob1215/product_949114 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-breyta-collection-adjustable-monitor-stand/product_SS245649005 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-irish-afternoon-canvas-art-22x32-inches/product_247935 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:34:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-irish-countryside-canvas-art-16x47-inches/product_247938 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quartet-infinity-magnetic-glass-calendar-dry-erase-whiteboard-4-x-3-frameless-gc4836f/product_229984 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:34:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-callisto-95-thermal-cold-laminator-9-5-width-silver-black-5728401/product_398764 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quartet-infinity-magnetic-glass-dry-erase-whiteboard-black-3-x-2-g3624b/product_229992 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-climate-control-tilt-adjustable-footrests-black-8030901/product_810965 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-crystals-gel-mouse-pad-wrist-rest-combo-non-skid-base-purple-91441/product_478452 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:34:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-15-layflat-poly-bags-2-8-mil-clear-100-carton-stc168/product_23978298 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quartet-magnetic-calendar-cork-dry-erase-whiteboard-aluminum-frame-36-x-24-13770/product_1741966 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:34:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-crystals-gel-wrist-rest-non-skid-base-purple-91437/product_478451 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-st-marten-s-sunset-canvas-art-35x47-inches/product_247971 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-15-layflat-poly-bags-4-mil-clear-1000-carton-1201/product_939790 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-15-reclosable-poly-bags-1-5-mil-clear-1000-pack-prr121515/product_24343821 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-turks-beach-canvas-art-12x32-inches/product_247974 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-15-reclosable-poly-bags-2-mil-blue-1000-carton-pb3670bl/product_256294 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quartet-magnetic-porcelain-in-out-board-aluminum-frame-3-x-2-783g/product_782375 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-preston-usa-polo-canvas-art-16x47-inches/product_247640 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quartet-magnetic-strips-white-25-pack-mws/product_513888 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-designer-suites-desk-shelf-holds-up-to-30-lbs-black-8038801/product_953338 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pretoria-south-africa-skyline-by-michael-tompsett-11-x-14-black-frame-mt0781-b1114bmf/product_2081971 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-15-reclosable-poly-bags-2-mil-clear-500-carton-4061/product_940079 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-designer-suites-deskready-adjustable-keyboard-drawer-black-8038302/product_736637 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:34:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quartet-matrix-metal-cubicle-hangers-black-2-set-mch10/product_605185 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-15-reclosable-poly-bags-4-mil-clear-500-carton-3790a/product_426645 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pretoria-south-africa-skyline-by-michael-tompsett-16-x-20-black-matted-black-frame-mt0781-b1620bmf/product_2086090 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-executive-presentation-covers-oversize-black-50-pack-52146/product_572702 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:34:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quartet-premium-dry-erase-markers-fine-tip-assorted-4-pack-79555/product_24440660 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pretty-kitty-14-x-19-canvas-art/product_317399 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quartet-premium-eraser-black-61504/product_1741983 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-expressions-presentation-covers-oversize-black-200-pack-52115/product_573249 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:34:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-expressions-presentation-covers-oversize-black-200-pack-52138/product_574273 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quartet-prestige-2-magnetic-mobile-presentation-whiteboard-easel-6-x-4-ecm64p2/product_1149520 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:34:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-prickly-11-x-14-wood-frame-art/product_314996 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:34:54 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:54 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:55 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:55 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:55 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:55 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:55 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:55 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:55 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:55 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:55 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:55 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:55 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:55 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:55 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:55 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:56 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:56 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:56 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:56 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:56 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:56 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:56 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:56 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:56 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:56 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:56 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:56 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:56 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:56 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:56 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:56 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:57 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:57 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:57 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:57 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:57 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:57 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:57 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:57 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:57 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:57 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:57 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:57 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:57 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:57 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:57 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:57 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:58 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:58 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:58 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:58 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:58 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:58 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:58 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:58 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:58 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:58 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:58 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:58 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:58 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:58 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:58 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:58 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:59 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:59 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:59 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:59 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:59 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:59 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:59 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:59 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:59 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:59 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:59 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:59 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:59 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:59 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:59 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:34:59 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:00 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:00 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:00 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:00 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:00 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:00 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:00 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:00 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:00 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:00 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:00 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:00 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:00 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:00 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:00 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:00 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:01 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:01 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:01 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:01 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:01 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:01 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:01 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:01 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:01 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:01 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:01 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:01 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:01 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:01 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:01 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:01 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:02 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:02 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:02 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:02 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:02 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:02 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:02 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:02 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:02 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:02 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:02 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:02 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:02 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:02 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:03 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:03 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:35:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-prickly-14-x-19-canvas-art/product_314992 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:35:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quartet-prestige-foam-bulletin-board-aluminum-frame-2-h-x-3-w-qtb343a/product_462281 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:35:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-futura-frosted-presentation-covers-8-5-w-x-11-h-clear-25-pack-5224301/product_789341 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quartet-prestige-magnetic-total-erase-calendar-whiteboard-4-x-3-graphite-frame-cp43p2/product_230007 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:35:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-primary-colors-02-18-x-18-canvas-art/product_817712 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-galaxy-e-comb-binding-machine-500-sheet-capacity-metallic-silver-black-5218301/product_683699 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:35:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:35:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quartet-reversible-easel-black-chalkboard-oak-finish-hardwood-frame-6-w-x-4-h-wtr406-810/product_737675 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quartet-reversible-total-erase-dry-erase-whiteboard-steel-frame-41-x-31-300te/product_489864 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-16-static-shielding-layflat-poly-bags-3-mil-clear-100-carton-4140/product_940088 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-18-antistatic-layflat-poly-bags-2-mil-pink-1000-carton-12050/product_693479 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-18-gusseted-poly-bags-2-mil-clear-500-carton-pb4290/product_24328917 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quartet-steel-dry-erase-whiteboard-gray-frame-2-x-1-5-q052317w00-stpr/product_24477225 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-primrose-reflection-24-x-32-canvas-art/product_495648 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-primrose-reflection-18-x-24-canvas-art/product_501622 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-18-layflat-poly-bags-1-25-mil-clear-1000-carton-2858/product_939184 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-primrose-reflection-16-x-20-wood-frame-art/product_502929 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-h13-true-hepa-air-purifier-filter-16-x-13-x-13-2-pack-5890102/product_24563197 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:35:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:35:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quartet-whiteboard-cleaner-551/product_722173 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:35:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-18-reclosable-poly-bags-1-6-mil-clear-1000-carton-13250/product_24449660 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quartet-workstation-privacy-screen-64-h-x-38-w-polycarbonate-non-tackable-mobile-partition-clear-wps2000/product_689615 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-18-layflat-poly-bags-6-mil-clear-500-carton-8450/product_361197 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-hepa-air-purifier-filter-13-13-x-11-x-1-19-9370001/product_424844 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quarto-on-the-plane-activity-book-multicolor-9781782407409/product_24560920 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-i-spire-laptop-lift-white-gray-9311201/product_85631 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:35:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quercetti-tecno-jumbo-toolbox-qrc6150/product_24493401 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-20-layflat-poly-bags-1-5-mil-clear-1000-carton-210/product_939505 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-imagelast-premium-thermal-laminating-pouches-letter-size-3-mil-120-pack-5228901/product_1530746 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-prospect-light-panoramica-2-color-by-moises-levy-16-x-47-canvas-art-ali1144-c1647gg/product_2076766 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-20-layflat-poly-bags-3-mil-clear-1000-carton-880/product_939712 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quest-gluten-free-chocolate-chip-protein-bar-2-12-oz-12-box-qun00003/product_2416980 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:09 [scrapy.extensions.logstats] (PID: 171) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2025-12-20 14:35:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-proun-10-11-x-14-black-frame-art/product_313422 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-proun-10-11-x-14-wood-frame-art/product_313428 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-imagelast-premium-thermal-laminating-pouches-letter-size-5-mil-200-pack-5245301/product_1671348 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-imagelast-premium-thermal-laminating-pouches-letter-size-5-mil-60-pack-5288001/product_1530747 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:35:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-imagelast-thermal-laminating-pouches-letter-size-3-mil-50-pack-52225/product_719626 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-24-gusseted-poly-bags-2-mil-clear-500-carton-pb4291/product_24328916 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-belt-barrier-w-belt-sign-frame-7-x-11-silver-sfhd711vpc-bk/product_24472676 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:35:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-jupiter-2-125-thermal-cold-laminator-12-5-width-black-silver-5734101/product_70458 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-providence-rhode-island-skyline-by-michael-tompsett-11-x-14-black-frame-mt0588-b1114mf/product_2082586 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:35:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-conepro-600-2-woven-nylon-crowd-control-traffic-cone-belt-barrier-yellow-black-cp600y-yb300/product_24472608 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-keyboard-palm-support-with-microban-protection-black-9183201/product_2755329 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:35:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-exit-exit-please-do-not-enter-temporary-traffic-control-sign-11-x-7-acrylic-sd711-22/product_24472572 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-keyboard-palm-support-with-microban-protection-black-fel9183201/product_2614349 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:35:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:35:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-30-layflat-poly-bags-4-mil-clear-500-carton-1222/product_361095 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:35:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:35:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:35:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-please-wait-here-temporary-traffic-control-sign-7-x-11-black-white-s711b-09/product_24472563 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:35:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-prickly-14-x-19-canvas-art/product_314992 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:35:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quartet-prestige-foam-bulletin-board-aluminum-frame-2-h-x-3-w-qtb343a/product_462281 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:35:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quartet-prestige-magnetic-total-erase-calendar-whiteboard-4-x-3-graphite-frame-cp43p2/product_230007 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-futura-frosted-presentation-covers-8-5-w-x-11-h-clear-25-pack-5224301/product_789341 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:35:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-primary-colors-02-18-x-18-canvas-art/product_817712 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-galaxy-e-comb-binding-machine-500-sheet-capacity-metallic-silver-black-5218301/product_683699 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:35:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quartet-reversible-easel-black-chalkboard-oak-finish-hardwood-frame-6-w-x-4-h-wtr406-810/product_737675 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:35:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quartet-reversible-total-erase-dry-erase-whiteboard-steel-frame-41-x-31-300te/product_489864 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-16-static-shielding-layflat-poly-bags-3-mil-clear-100-carton-4140/product_940088 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-18-antistatic-layflat-poly-bags-2-mil-pink-1000-carton-12050/product_693479 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-18-gusseted-poly-bags-2-mil-clear-500-carton-pb4290/product_24328917 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quartet-steel-dry-erase-whiteboard-gray-frame-2-x-1-5-q052317w00-stpr/product_24477225 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-primrose-reflection-24-x-32-canvas-art/product_495648 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-primrose-reflection-18-x-24-canvas-art/product_501622 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-18-layflat-poly-bags-1-25-mil-clear-1000-carton-2858/product_939184 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-primrose-reflection-16-x-20-wood-frame-art/product_502929 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-h13-true-hepa-air-purifier-filter-16-x-13-x-13-2-pack-5890102/product_24563197 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:35:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:35:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quartet-whiteboard-cleaner-551/product_722173 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:35:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-18-reclosable-poly-bags-1-6-mil-clear-1000-carton-13250/product_24449660 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quartet-workstation-privacy-screen-64-h-x-38-w-polycarbonate-non-tackable-mobile-partition-clear-wps2000/product_689615 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-hepa-air-purifier-filter-13-13-x-11-x-1-19-9370001/product_424844 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-18-layflat-poly-bags-6-mil-clear-500-carton-8450/product_361197 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quarto-on-the-plane-activity-book-multicolor-9781782407409/product_24560920 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-i-spire-laptop-lift-white-gray-9311201/product_85631 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:35:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quercetti-tecno-jumbo-toolbox-qrc6150/product_24493401 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-20-layflat-poly-bags-1-5-mil-clear-1000-carton-210/product_939505 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-imagelast-premium-thermal-laminating-pouches-letter-size-3-mil-120-pack-5228901/product_1530746 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-20-layflat-poly-bags-3-mil-clear-1000-carton-880/product_939712 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-prospect-light-panoramica-2-color-by-moises-levy-16-x-47-canvas-art-ali1144-c1647gg/product_2076766 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quest-gluten-free-chocolate-chip-protein-bar-2-12-oz-12-box-qun00003/product_2416980 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-proun-10-11-x-14-black-frame-art/product_313422 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-proun-10-11-x-14-wood-frame-art/product_313428 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-imagelast-premium-thermal-laminating-pouches-letter-size-5-mil-200-pack-5245301/product_1671348 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-imagelast-premium-thermal-laminating-pouches-letter-size-5-mil-60-pack-5288001/product_1530747 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:35:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-imagelast-thermal-laminating-pouches-letter-size-3-mil-50-pack-52225/product_719626 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-24-gusseted-poly-bags-2-mil-clear-500-carton-pb4291/product_24328916 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-belt-barrier-w-belt-sign-frame-7-x-11-silver-sfhd711vpc-bk/product_24472676 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:35:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-jupiter-2-125-thermal-cold-laminator-12-5-width-black-silver-5734101/product_70458 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-providence-rhode-island-skyline-by-michael-tompsett-11-x-14-black-frame-mt0588-b1114mf/product_2082586 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:35:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-conepro-600-2-woven-nylon-crowd-control-traffic-cone-belt-barrier-yellow-black-cp600y-yb300/product_24472608 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-keyboard-palm-support-with-microban-protection-black-9183201/product_2755329 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:35:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-exit-exit-please-do-not-enter-temporary-traffic-control-sign-11-x-7-acrylic-sd711-22/product_24472572 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-keyboard-palm-support-with-microban-protection-black-fel9183201/product_2614349 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-30-layflat-poly-bags-4-mil-clear-500-carton-1222/product_361095 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:35:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:35:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:35:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:35:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:35:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-please-wait-here-temporary-traffic-control-sign-7-x-11-black-white-s711b-09/product_24472563 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:21 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:21 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:21 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:21 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:21 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:21 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:21 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:21 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:21 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:21 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:21 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:21 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:21 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:21 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:21 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:21 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:22 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:22 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:22 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:22 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:22 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:22 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:22 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:22 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:22 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:22 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:22 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:22 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:22 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:22 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:22 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:23 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:23 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:23 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:23 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:23 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:23 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:23 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:23 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:23 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:23 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:23 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:23 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:23 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:23 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:23 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:23 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:24 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:24 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:24 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:24 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:24 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:24 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:24 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:24 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:24 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:24 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:24 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:24 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:24 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:24 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:24 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:25 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:25 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:25 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:25 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:25 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:25 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:25 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:25 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:25 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:25 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:25 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:25 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:26 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:26 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:26 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:26 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:26 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:26 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:26 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:26 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:26 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:27 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:27 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:27 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:27 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:27 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:27 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:27 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:27 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:27 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:27 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:27 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:27 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:27 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:28 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:28 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:28 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:28 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:28 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:28 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:28 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:28 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:28 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:28 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:28 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:28 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:28 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:28 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:28 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:28 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:29 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:29 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:29 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:29 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:29 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:29 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:29 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:29 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:29 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:29 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:29 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:29 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:29 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:29 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:29 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:29 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:35:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-levado-desktop-48-x24-maple-desk-base-sold-separately-9649701/product_24356980 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuemaster-550-2-nylon-crowd-control-belt-barrier-black-blue-qm550b-bl110/product_24485295 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ps123-c2424gg-high-noon-siesta-by-pat-saunders-white-24-x-24-frameless-art/product_1554135 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-4-x-4-corrugated-mailers-50-bundle-m1244k/product_1499835 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:35:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuemaster-550-2-nylon-crowd-control-belt-barrier-black-yellow-qm550b-ybc110/product_24485275 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-levado-desktop-72-x30-mahogany-desk-base-sold-separately-9650601/product_24356983 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:35:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ps129-c1414gg-on-your-mark-by-pat-saunders-white-14-x-14-frameless-art/product_1554114 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuemaster-550-2-nylon-crowd-control-belt-barrier-polished-stainless-gray-qm550ps-gy110/product_24485254 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-6-x-12-3-4-2-1-gallon-plastic-jug-shipper-kit/product_946251 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-lotus-dx-adjustable-monitor-riser-black-8080301/product_2741252 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-lotus-adjustable-monitor-arm-up-to-27-silver-8042801/product_2736567 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-6-x-2-shipping-box-200-ect-25-bundle-1262/product_1504099 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ps132-c1818gg-radar-by-pat-saunders-white-18-x-18-frameless-art/product_1554109 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ps133-c1414gg-reborn-by-pat-saunders-white-14-x-14-frameless-art/product_1552870 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuemaster-550-2-nylon-crowd-control-belt-barrier-polished-stainless-yellow-qm550ps-yw110/product_24485290 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ps133-c1818gg-reborn-by-pat-saunders-white-18-x-18-frameless-art/product_1552869 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-lx200-12-sheet-micro-cut-shredder-5015001/product_24403765 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ps133-c3535gg-reborn-by-pat-saunders-white-35-x-35-frameless-art/product_1552867 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0296-b1114mf-a-very-long-story-by-philippe-sainte-laudy-11x14-frm-art-wht-mtd/product_1551832 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-6-x-6-corrugated-mailers-50-bundle-m1266k/product_1499833 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-6-x-6-shipping-boxes-44-ect-brown-25-bundle-hd1266/product_482150 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuepro-300-2-nylon-crowd-control-belt-barrier-black-pro300b-bk160/product_24485277 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-lx210-16-sheet-micro-cut-shredder-5015301/product_24403767 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuepro-300-2-nylon-crowd-control-belt-barrier-black-yellow-pro300b-yb160/product_24485288 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-lx840-desktop-stapler-25-sheet-capacity-black-5010601/product_24555485 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0296-c2232gg-a-very-long-story-by-philippe-sainte-laudy-22-x-32-frmls-art/product_1553383 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:35:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-8-x-3-literature-mailers-50-bundle-ml1283k/product_1578489 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:35:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-lx860-desktop-stapler-40-sheet-capacity-black-5014401/product_24555484 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0297-c2232gg-beautiful-switzerland-by-philippe-sainte-laudy-22x32-frmls-art/product_1553382 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuepro-twin-250-2-nylon-crowd-control-barrier-silver-blue-protwin250ps-bl110/product_24472641 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuepro-twin-250-2-nylon-crowd-control-barrier-polished-stainless-black-protwin250ps-bk110/product_24472544 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuepro-twin-250-2-nylon-crowd-control-barrier-black-blue-protwin250b-bl110/product_24472537 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-8-x-6-32-ect-shipping-boxes/product_24409546 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuepro-300-2-nylon-crowd-control-belt-barrier-silver-red-pro300ps-rd160/product_24485253 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-lx890-hand-held-stapler-40-sheet-capacity-white-5014701/product_24550055 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-9-self-sealing-padded-evertec-mailer-2-kraft-100-carton-2tmeco/product_24468676 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuepro-twin-250-2-nylon-crowd-control-belt-barrier-black-red-protwin250b-rd110/product_24472535 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:35:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-safetypro-335-2-crowd-control-belt-barrier-orange-red-white-spro335o-rw335/product_24472580 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:35:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-safetypro-335-2-crowd-control-belt-barrier-red-white-spro335r-rw335/product_24472617 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-memory-foam-mouse-pad-wrist-rest-combo-non-skid-base-black-fel9176501/product_2614446 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:35:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-9-x-6-standard-shipping-boxes-32-ect-kraft-25-bundle-120906/product_557510 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-safetypro-twin-250-2-nylon-crowd-control-barrier-black-yellow-sprotwin250y-yw110/product_24472603 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-safetypro-twin-250-2-steel-crowd-control-barrier-yellow-black-sprotwin250y-ybc110/product_24472599 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:35:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:35:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-9-x-7-shipping-boxes-32-ect-brown-25-bundle-1297/product_557513 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-11-retractable-belt-barrier-black-wmr250y-bk110/product_24472639 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0301-c1624gg-distances-by-philippe-sainte-laudy-16-x-24-frameless-art/product_1550979 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x12-x6-Partners-Brand-Literature-Mailers-50-Bundle-ML12126K/product_1578490 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:35:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x8-x2-3-4-Partners-Brand-Deluxe-Literature-Mailers-50-Bundle-MFL1282K/product_1499847 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-11-retractable-belt-barrier-red-wmr250b-rwa110/product_24472661 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-132-nylon-crowd-control-belt-barrier-yellow-wmr250y-yw110/product_24472651 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:35:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0301-c3047gg-distances-by-philippe-sainte-laudy-30-x-47-frameless-art/product_1553978 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-office-suites-15-06-w-x-10-5-d-plastic-laptop-riser-black-silver-8032001/product_565301 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:35:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-levado-desktop-48-x24-maple-desk-base-sold-separately-9649701/product_24356980 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuemaster-550-2-nylon-crowd-control-belt-barrier-black-blue-qm550b-bl110/product_24485295 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ps123-c2424gg-high-noon-siesta-by-pat-saunders-white-24-x-24-frameless-art/product_1554135 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-4-x-4-corrugated-mailers-50-bundle-m1244k/product_1499835 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuemaster-550-2-nylon-crowd-control-belt-barrier-black-yellow-qm550b-ybc110/product_24485275 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:35:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-levado-desktop-72-x30-mahogany-desk-base-sold-separately-9650601/product_24356983 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:35:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuemaster-550-2-nylon-crowd-control-belt-barrier-polished-stainless-gray-qm550ps-gy110/product_24485254 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ps129-c1414gg-on-your-mark-by-pat-saunders-white-14-x-14-frameless-art/product_1554114 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-lotus-dx-adjustable-monitor-riser-black-8080301/product_2741252 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-6-x-12-3-4-2-1-gallon-plastic-jug-shipper-kit/product_946251 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-lotus-adjustable-monitor-arm-up-to-27-silver-8042801/product_2736567 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-6-x-2-shipping-box-200-ect-25-bundle-1262/product_1504099 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ps132-c1818gg-radar-by-pat-saunders-white-18-x-18-frameless-art/product_1554109 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ps133-c1414gg-reborn-by-pat-saunders-white-14-x-14-frameless-art/product_1552870 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuemaster-550-2-nylon-crowd-control-belt-barrier-polished-stainless-yellow-qm550ps-yw110/product_24485290 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ps133-c1818gg-reborn-by-pat-saunders-white-18-x-18-frameless-art/product_1552869 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-6-x-6-corrugated-mailers-50-bundle-m1266k/product_1499833 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-lx200-12-sheet-micro-cut-shredder-5015001/product_24403765 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ps133-c3535gg-reborn-by-pat-saunders-white-35-x-35-frameless-art/product_1552867 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0296-b1114mf-a-very-long-story-by-philippe-sainte-laudy-11x14-frm-art-wht-mtd/product_1551832 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-6-x-6-shipping-boxes-44-ect-brown-25-bundle-hd1266/product_482150 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuepro-300-2-nylon-crowd-control-belt-barrier-black-pro300b-bk160/product_24485277 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuepro-300-2-nylon-crowd-control-belt-barrier-black-yellow-pro300b-yb160/product_24485288 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-8-x-3-literature-mailers-50-bundle-ml1283k/product_1578489 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-lx840-desktop-stapler-25-sheet-capacity-black-5010601/product_24555485 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-lx210-16-sheet-micro-cut-shredder-5015301/product_24403767 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0296-c2232gg-a-very-long-story-by-philippe-sainte-laudy-22-x-32-frmls-art/product_1553383 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:35:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:35:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-8-x-6-32-ect-shipping-boxes/product_24409546 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuepro-twin-250-2-nylon-crowd-control-barrier-silver-blue-protwin250ps-bl110/product_24472641 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuepro-300-2-nylon-crowd-control-belt-barrier-silver-red-pro300ps-rd160/product_24485253 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-lx860-desktop-stapler-40-sheet-capacity-black-5014401/product_24555484 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuepro-twin-250-2-nylon-crowd-control-barrier-polished-stainless-black-protwin250ps-bk110/product_24472544 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0297-c2232gg-beautiful-switzerland-by-philippe-sainte-laudy-22x32-frmls-art/product_1553382 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuepro-twin-250-2-nylon-crowd-control-barrier-black-blue-protwin250b-bl110/product_24472537 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-lx890-hand-held-stapler-40-sheet-capacity-white-5014701/product_24550055 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:35:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-9-self-sealing-padded-evertec-mailer-2-kraft-100-carton-2tmeco/product_24468676 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-safetypro-335-2-crowd-control-belt-barrier-orange-red-white-spro335o-rw335/product_24472580 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-queuepro-twin-250-2-nylon-crowd-control-belt-barrier-black-red-protwin250b-rd110/product_24472535 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-safetypro-335-2-crowd-control-belt-barrier-red-white-spro335r-rw335/product_24472617 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:35:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-memory-foam-mouse-pad-wrist-rest-combo-non-skid-base-black-fel9176501/product_2614446 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:35:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-9-x-6-standard-shipping-boxes-32-ect-kraft-25-bundle-120906/product_557510 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-safetypro-twin-250-2-nylon-crowd-control-barrier-black-yellow-sprotwin250y-yw110/product_24472603 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-safetypro-twin-250-2-steel-crowd-control-barrier-yellow-black-sprotwin250y-ybc110/product_24472599 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:35:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x-9-x-7-shipping-boxes-32-ect-brown-25-bundle-1297/product_557513 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-11-retractable-belt-barrier-black-wmr250y-bk110/product_24472639 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:35:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0301-c1624gg-distances-by-philippe-sainte-laudy-16-x-24-frameless-art/product_1550979 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:35:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x12-x6-Partners-Brand-Literature-Mailers-50-Bundle-ML12126K/product_1578490 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:35:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12-x8-x2-3-4-Partners-Brand-Deluxe-Literature-Mailers-50-Bundle-MFL1282K/product_1499847 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-132-nylon-crowd-control-belt-barrier-yellow-wmr250y-yw110/product_24472651 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0301-c3047gg-distances-by-philippe-sainte-laudy-30-x-47-frameless-art/product_1553978 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-11-retractable-belt-barrier-red-wmr250b-rwa110/product_24472661 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-office-suites-15-06-w-x-10-5-d-plastic-laptop-riser-black-silver-8032001/product_565301 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:47 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:47 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:47 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:47 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:47 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:47 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:47 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:47 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:47 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:47 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:47 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:47 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:47 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:47 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:47 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:47 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:48 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:48 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:48 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:48 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:48 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:48 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:48 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:48 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:48 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:48 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:48 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:48 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:48 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:48 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:48 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:48 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:49 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:49 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:49 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:49 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:49 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:49 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:49 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:49 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:49 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:49 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:49 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:49 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:50 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:50 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:50 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:50 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:50 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:50 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:50 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:50 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:50 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:52 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:52 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:52 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:52 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:52 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:52 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:52 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:52 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:52 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:52 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:52 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:52 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:52 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:52 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:52 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:52 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:53 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:53 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:53 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:53 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:53 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:53 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:53 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:53 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:53 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:53 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:53 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:53 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:53 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:53 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:53 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:53 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:54 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:54 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:54 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:54 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:54 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:54 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:54 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:54 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:54 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:54 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:54 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:54 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:54 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:54 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:54 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:54 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:55 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:55 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:55 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:55 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:55 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:55 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:55 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:55 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:55 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:55 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:55 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:55 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:55 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:55 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:55 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:55 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:35:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:35:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-office-suites-adjustable-keyboard-tray-black-8031301/product_565279 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/120-adv-lbl-20-sheet-3x3-pis/product_24469153 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-19-nylon-crowd-control-belt-barrier-yellow-red-white-black-wmr250y-rwd110/product_24472668 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:35:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-office-suites-mesh-back-support-black-8036501/product_645282 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0303-b1114mf-eternity-by-philippe-sainte-laudy-11-x-14-framed-art-wht-mtd/product_1551802 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:35:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:35:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:35:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/120-rctngl-adv-lbl-gls-3x4-pis/product_24514622 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-office-suites-tilt-adjustable-footrests-black-silver-8032201/product_565283 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-2-nylon-crowd-control-belt-barrier-orange-red-2-pack-wmr250o-rwn110/product_24472551 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-office-suites-under-desk-keyboard-drawer-with-microban-9140501/product_373121 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-partition-additions-cube-clip-20-pack/product_816044 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-2-nylon-crowd-control-belt-barrier-orange-wmr250o-or110/product_24472657 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-2-nylon-crowd-control-belt-barrier-orange-yellow-black-wmr250o-yb110/product_24472637 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/120-rctngl-adv-lbl-mt-3x4-pis/product_24514627 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-partition-additions-plastic-file-pocket-dark-graphite-75275/product_495732 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/120-rctngl-adv-lbl-mt-4x6-pis/product_24514605 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0305-w1114mf-excited-oxygen-by-philippe-sainte-laudy-11x14-frm-art-wht-mtd/product_1551792 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-partition-additions-plastic-name-plate-dark-graphite-75906/product_503685 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:35:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-perf-ect-cubicle-coat-hooks-black-each-22315/product_805208 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-2-nylon-crowd-control-belt-barrier-red-black-wmr250r-bk110/product_24472600 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:35:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:35:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:35:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0307-c1219gg-greatness-of-nature-by-philippe-sainte-laudy-12x19-frmls-art/product_1552505 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-platinum-series-adjustable-dual-monitor-arm-up-to-32-white-8056301/product_24471591 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0307-c3047gg-greatness-of-nature-by-philippe-sainte-laudy-30x47-frmls-art/product_1554029 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:35:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:36:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0308-c1219gg-the-morning-silence-by-philippe-sainte-laudy-12x19-frmls-art/product_1552423 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-platinum-triple-monitor-arm-up-to-27-monitors-black-8042601/product_2343769 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-platinum-series-adjustable-single-monitor-arm-up-to-32-silver-8056401/product_24471592 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0308-c2232gg-the-morning-silence-by-philippe-sainte-laudy-22x32-frmls-art/product_1553283 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:36:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:36:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:36:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0309-c3047gg-intimate-landscape-by-philippe-sainte-laudy-30-x-47-frmls-art/product_1554028 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-plushtouch-foam-wrist-rest-blue-9287401/product_1116785 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0310-c1624gg-isolated-by-philippe-sainte-laudy-16-x-24-frameless-art/product_1550971 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12in-outlet-saver-extension-cord-nema-5-15p-to-2x-nema-5-15r/product_IM18XB026 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:36:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-2-woven-nylon-crowd-control-belt-barrier-black-red-wmr250b-rwnp110/product_24472680 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:36:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-2-woven-nylon-crowd-control-belt-barrier-orange-red-wmr250o-rwnp110/product_24472663 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:36:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-plushtouch-mouse-pads/product_SS132776523 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0312-b1114mf-let-it-be-by-philippe-sainte-laudy-14-x-11-frm-art-wht-mtd/product_1551784 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-powershred-125ci-20-sheet-cross-cut-commercial-shredder-3312501/product_750296 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-powershred-12c-12-sheet-cross-cut-personal-shredder-7120003/product_24343401 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:36:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-16-retractable-belt-barrier-caution-wet-floor-yellow-wmr300bybcwf110/product_24472620 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0312-c1624gg-let-it-be-by-philippe-sainte-laudy-24-x-16-frameless-art/product_1550969 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/13-3-4-x-9-x-10-3-8-4-1-gallon-f-style-shipping-box-20-bundle-haz1023/product_947081 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-black-red-wmr300b-rwn160/product_24472568 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-powershred-485i-38-sheet-strip-cut-industrial-shredder-38480/product_967270 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/13-75-x-10-25-x-9-13-shipping-boxes-32-ect-brown-25-bundle-13109/product_426284 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0313-b1620mf-light-branch-by-philippe-sainte-laudy-16x20-frm-art-wht-mtd/product_1551054 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-powershred-425hs-10-sheet-micro-cut-high-security-shredder-4251501/product_24601329 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-powershred-60mc-10-sheet-micro-cut-personal-shredder-4921002/product_24311967 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/13-w-x-16-l-expansion-self-sealing-poly-mailer-white-500-carton-5216/product_24449560 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-black-wmr300b-bk160/product_24472669 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:36:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/120-adv-lbl-20-sheet-3x3-pis/product_24469153 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-19-nylon-crowd-control-belt-barrier-yellow-red-white-black-wmr250y-rwd110/product_24472668 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-office-suites-adjustable-keyboard-tray-black-8031301/product_565279 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-office-suites-mesh-back-support-black-8036501/product_645282 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:36:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0303-b1114mf-eternity-by-philippe-sainte-laudy-11-x-14-framed-art-wht-mtd/product_1551802 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:36:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:36:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-office-suites-tilt-adjustable-footrests-black-silver-8032201/product_565283 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:36:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-2-nylon-crowd-control-belt-barrier-orange-red-2-pack-wmr250o-rwn110/product_24472551 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-2-nylon-crowd-control-belt-barrier-orange-wmr250o-or110/product_24472657 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/120-rctngl-adv-lbl-gls-3x4-pis/product_24514622 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-office-suites-under-desk-keyboard-drawer-with-microban-9140501/product_373121 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-partition-additions-cube-clip-20-pack/product_816044 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-2-nylon-crowd-control-belt-barrier-orange-yellow-black-wmr250o-yb110/product_24472637 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:36:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-partition-additions-plastic-name-plate-dark-graphite-75906/product_503685 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/120-rctngl-adv-lbl-mt-3x4-pis/product_24514627 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0305-w1114mf-excited-oxygen-by-philippe-sainte-laudy-11x14-frm-art-wht-mtd/product_1551792 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-partition-additions-plastic-file-pocket-dark-graphite-75275/product_495732 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-perf-ect-cubicle-coat-hooks-black-each-22315/product_805208 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/120-rctngl-adv-lbl-mt-4x6-pis/product_24514605 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-2-nylon-crowd-control-belt-barrier-red-black-wmr250r-bk110/product_24472600 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0307-c1219gg-greatness-of-nature-by-philippe-sainte-laudy-12x19-frmls-art/product_1552505 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-platinum-series-adjustable-dual-monitor-arm-up-to-32-white-8056301/product_24471591 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:36:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:36:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:36:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:36:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0307-c3047gg-greatness-of-nature-by-philippe-sainte-laudy-30x47-frmls-art/product_1554029 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:09 [scrapy.extensions.logstats] (PID: 171) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2025-12-20 14:36:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0308-c1219gg-the-morning-silence-by-philippe-sainte-laudy-12x19-frmls-art/product_1552423 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-platinum-triple-monitor-arm-up-to-27-monitors-black-8042601/product_2343769 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-platinum-series-adjustable-single-monitor-arm-up-to-32-silver-8056401/product_24471592 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0308-c2232gg-the-morning-silence-by-philippe-sainte-laudy-22x32-frmls-art/product_1553283 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:36:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:36:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:36:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0309-c3047gg-intimate-landscape-by-philippe-sainte-laudy-30-x-47-frmls-art/product_1554028 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-plushtouch-foam-wrist-rest-blue-9287401/product_1116785 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0310-c1624gg-isolated-by-philippe-sainte-laudy-16-x-24-frameless-art/product_1550971 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/12in-outlet-saver-extension-cord-nema-5-15p-to-2x-nema-5-15r/product_IM18XB026 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:36:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-2-woven-nylon-crowd-control-belt-barrier-black-red-wmr250b-rwnp110/product_24472680 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-250-2-woven-nylon-crowd-control-belt-barrier-orange-red-wmr250o-rwnp110/product_24472663 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:36:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:36:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-plushtouch-mouse-pads/product_SS132776523 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0312-b1114mf-let-it-be-by-philippe-sainte-laudy-14-x-11-frm-art-wht-mtd/product_1551784 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-powershred-125ci-20-sheet-cross-cut-commercial-shredder-3312501/product_750296 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-powershred-12c-12-sheet-cross-cut-personal-shredder-7120003/product_24343401 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-16-retractable-belt-barrier-caution-wet-floor-yellow-wmr300bybcwf110/product_24472620 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0312-c1624gg-let-it-be-by-philippe-sainte-laudy-24-x-16-frameless-art/product_1550969 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:36:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/13-3-4-x-9-x-10-3-8-4-1-gallon-f-style-shipping-box-20-bundle-haz1023/product_947081 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-black-red-wmr300b-rwn160/product_24472568 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-powershred-485i-38-sheet-strip-cut-industrial-shredder-38480/product_967270 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0313-b1620mf-light-branch-by-philippe-sainte-laudy-16x20-frm-art-wht-mtd/product_1551054 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/13-75-x-10-25-x-9-13-shipping-boxes-32-ect-brown-25-bundle-13109/product_426284 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-powershred-60mc-10-sheet-micro-cut-personal-shredder-4921002/product_24311967 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-powershred-425hs-10-sheet-micro-cut-high-security-shredder-4251501/product_24601329 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/13-w-x-16-l-expansion-self-sealing-poly-mailer-white-500-carton-5216/product_24449560 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-black-wmr300b-bk160/product_24472669 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:13 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:13 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:13 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:13 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:13 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:13 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:13 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:13 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:13 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:13 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:13 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:13 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:13 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:13 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:13 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:13 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:14 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:14 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:14 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:14 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:14 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:14 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:14 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:14 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:14 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:15 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:15 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:15 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:15 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:15 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:15 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:15 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:15 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:16 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:16 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:16 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:16 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:16 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:16 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:16 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:16 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:16 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:16 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:16 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:16 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:16 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:16 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:16 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:19 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:19 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:19 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:19 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:19 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:19 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:19 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:19 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:19 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:19 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:19 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:19 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:19 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:19 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:19 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:19 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:20 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:20 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:20 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:20 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:20 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:20 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:20 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:20 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:20 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:20 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:20 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:20 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:20 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:20 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:20 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:20 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:21 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:21 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:21 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:21 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:21 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:21 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:21 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:21 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:21 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:21 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:21 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:21 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:21 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:21 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:21 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:21 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:36:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-powershred-62mc-10-sheet-micro-cut-high-security-shredder-4685101/product_1842487 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-powershred-70s-14-sheet-strip-cut-personal-shredder-4671001/product_210065 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0314-b1620mf-monch-switzerland-by-philippe-sainte-laudy-20x16-frm-art-wht-mtd/product_1550941 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:36:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-powershred-79ci-16-sheet-cross-cut-commercial-shredder-3227901-3227917/product_703104 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:36:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/13-x-10-x-9-shipping-boxes-32-ect-brown-25-bundle-13109r/product_814184 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-orange-wmr300o-or160/product_24472574 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-powershred-c-325i-24-sheet-strip-cut-industrial-shredder-3830001/product_812732 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-orange-yellow-black-wmr300o-yb160/product_24472558 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0315-c1219gg-month-sun-by-philippe-sainte-laudy-12-x-19-frameless-art/product_1552432 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0315-c1624gg-month-sun-by-philippe-sainte-laudy-16-x-24-frameless-art/product_1550903 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-orange-yellow-wmr300o-yba160/product_24485272 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0315-c2232gg-month-sun-by-philippe-sainte-laudy-22-x-32-frameless-art/product_1553292 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-orange-yellow-wmr300o-ybcip110/product_24472573 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-powershred-lx45-8-sheet-cross-cut-personal-paper-shredder-fel4400201/product_24461787 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:36:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0316-b1620mf-oxygen-generator-by-philippe-sainte-laudy-20x16-frm-art-wht-mtd/product_1550938 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/13-x-13-x-13-shipping-boxes-48-ect-double-wall-brown-15-bundle-hd1313dw/product_405808 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-red-blue-wmr300r-bl160/product_24472542 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:36:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-powershred-shredder-oil-12-oz-35250/product_496153 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0316-c1624gg-oxygen-generator-by-philippe-sainte-laudy-24-x-16-frmls-art/product_1550902 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/13-x-13-x-2-literature-mailers-50-bundle-ml13132/product_1499818 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0317-c1219gg-peace-in-switzerland-by-philippe-sainte-laudy-12x19-frmls-art/product_1552430 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-red-white-wmr300r-rwnp110/product_24472672 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:36:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/13-x-13-x-4-32-ect-shipping-boxes/product_24409533 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/13-x-13-x-7-shipping-boxes-32-ect-brown-25-bundle-13137r/product_574390 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:36:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/13-x-13-x-8-shipping-boxes-32-ect-brown-25-bundle-13138/product_630455 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0318-c1219gg-perfect-day-by-philippe-sainte-laudy-12-x-19-frameless-art/product_1552429 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:36:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-professional-series-corner-executive-adjustable-keyboard-tray-black-8035901/product_690336 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-professional-series-depth-adjustable-dual-monitor-arm-up-to-32-black-8041701/product_409858 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/13-x-15-reclosable-poly-bags-4-mil-clear-500-carton-3793a/product_426646 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-professional-series-free-standing-dual-horizontal-monitor-arm-up-to-27-black-8043701/product_2736568 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-professional-series-freestanding-dual-stacking-monitor-arm-up-to-32-black-8044001/product_24448644 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-yellow-black-wmr300y-yb160/product_24472589 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-yellow-black-wmr300y-ybc110/product_24472646 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:36:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0320-c1219gg-power-source-by-philippe-sainte-laudy-19-x-12-frameless-art/product_1552427 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-pulsar-comb-binding-machine-300-sheet-capacity-white-black-5006801/product_695019 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0320-w1114mf-power-source-by-philippe-sainte-laudy-14x11-frm-art-wht-mtd/product_1551703 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-yellow-red-white-wmr300y-rwd110/product_24472648 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0320-w1620mf-power-source-by-philippe-sainte-laudy-20x16-frm-art-wht-mtd/product_1550931 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0321-b1114mf-reach-to-you-by-philippe-sainte-laudy-14x11-frm-art-wht-mtd/product_1551702 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-reference-plastic-rack-18-63-x-21-13-platinum-22300/product_511413 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:36:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/13-x-20-layflat-poly-bags-2-mil-clear-1000-carton-539/product_939607 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-335-2-nylon-crowd-control-belt-barrier-orange-yellow-wmr335o-ybc350/product_24485281 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-saturn-3i-125-thermal-cold-laminator-12-5-width-silver-black-5736601/product_1115610 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0321-w1114mf-reach-to-you-by-philippe-sainte-laudy-14x11-frm-art-wht-mtd/product_1551701 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-335-2-nylon-crowd-control-belt-barrier-orange-yellow-wmr335o-ybo350/product_24485304 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-saturn-3i-95-thermal-cold-laminator-9-5-width-silver-black-5735801/product_1115010 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-335-2-nylon-crowd-control-belt-barrier-red-black-wmr335r-rb350/product_24485298 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/13-x-9-x-4-flat-corrugated-boxes-25-bundle-1394r/product_1578431 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0322-c3047gg-sunset-celebration-by-philippe-sainte-laudy-30-x-47-frmls-art/product_1554015 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/13-x-9-x-6-32-ect-shipping-boxes/product_24408667 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-335-2-nylon-crowd-control-belt-barrier-red-wmr335r-rwc350/product_24485291 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-335-2-nylon-crowd-control-belt-barrier-red-wmr335r-rwd350/product_24485305 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-shredder-bags-25-gal-50-box-36056/product_573957 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0324-c1624gg-the-power-of-water-by-philippe-sainte-laudy-24x16-frmls-art/product_1551073 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:36:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-powershred-62mc-10-sheet-micro-cut-high-security-shredder-4685101/product_1842487 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-powershred-70s-14-sheet-strip-cut-personal-shredder-4671001/product_210065 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0314-b1620mf-monch-switzerland-by-philippe-sainte-laudy-20x16-frm-art-wht-mtd/product_1550941 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-powershred-79ci-16-sheet-cross-cut-commercial-shredder-3227901-3227917/product_703104 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:36:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:36:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/13-x-10-x-9-shipping-boxes-32-ect-brown-25-bundle-13109r/product_814184 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-orange-wmr300o-or160/product_24472574 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-powershred-c-325i-24-sheet-strip-cut-industrial-shredder-3830001/product_812732 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-orange-yellow-black-wmr300o-yb160/product_24472558 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0315-c1219gg-month-sun-by-philippe-sainte-laudy-12-x-19-frameless-art/product_1552432 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0315-c1624gg-month-sun-by-philippe-sainte-laudy-16-x-24-frameless-art/product_1550903 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-orange-yellow-wmr300o-yba160/product_24485272 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0315-c2232gg-month-sun-by-philippe-sainte-laudy-22-x-32-frameless-art/product_1553292 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-orange-yellow-wmr300o-ybcip110/product_24472573 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-powershred-lx45-8-sheet-cross-cut-personal-paper-shredder-fel4400201/product_24461787 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:36:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0316-b1620mf-oxygen-generator-by-philippe-sainte-laudy-20x16-frm-art-wht-mtd/product_1550938 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/13-x-13-x-13-shipping-boxes-48-ect-double-wall-brown-15-bundle-hd1313dw/product_405808 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-red-blue-wmr300r-bl160/product_24472542 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:36:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-powershred-shredder-oil-12-oz-35250/product_496153 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0316-c1624gg-oxygen-generator-by-philippe-sainte-laudy-24-x-16-frmls-art/product_1550902 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/13-x-13-x-2-literature-mailers-50-bundle-ml13132/product_1499818 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0317-c1219gg-peace-in-switzerland-by-philippe-sainte-laudy-12x19-frmls-art/product_1552430 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-red-white-wmr300r-rwnp110/product_24472672 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:36:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/13-x-13-x-4-32-ect-shipping-boxes/product_24409533 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/13-x-13-x-7-shipping-boxes-32-ect-brown-25-bundle-13137r/product_574390 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:36:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/13-x-13-x-8-shipping-boxes-32-ect-brown-25-bundle-13138/product_630455 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0318-c1219gg-perfect-day-by-philippe-sainte-laudy-12-x-19-frameless-art/product_1552429 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:36:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-professional-series-depth-adjustable-dual-monitor-arm-up-to-32-black-8041701/product_409858 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-professional-series-corner-executive-adjustable-keyboard-tray-black-8035901/product_690336 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-professional-series-free-standing-dual-horizontal-monitor-arm-up-to-27-black-8043701/product_2736568 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/13-x-15-reclosable-poly-bags-4-mil-clear-500-carton-3793a/product_426646 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-professional-series-freestanding-dual-stacking-monitor-arm-up-to-32-black-8044001/product_24448644 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-yellow-black-wmr300y-yb160/product_24472589 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-yellow-black-wmr300y-ybc110/product_24472646 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:36:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0320-c1219gg-power-source-by-philippe-sainte-laudy-19-x-12-frameless-art/product_1552427 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-pulsar-comb-binding-machine-300-sheet-capacity-white-black-5006801/product_695019 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0320-w1114mf-power-source-by-philippe-sainte-laudy-14x11-frm-art-wht-mtd/product_1551703 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-300-2-nylon-crowd-control-belt-barrier-yellow-red-white-wmr300y-rwd110/product_24472648 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0320-w1620mf-power-source-by-philippe-sainte-laudy-20x16-frm-art-wht-mtd/product_1550931 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0321-b1114mf-reach-to-you-by-philippe-sainte-laudy-14x11-frm-art-wht-mtd/product_1551702 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-reference-plastic-rack-18-63-x-21-13-platinum-22300/product_511413 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:36:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/13-x-20-layflat-poly-bags-2-mil-clear-1000-carton-539/product_939607 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-335-2-nylon-crowd-control-belt-barrier-orange-yellow-wmr335o-ybc350/product_24485281 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-saturn-3i-125-thermal-cold-laminator-12-5-width-silver-black-5736601/product_1115610 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0321-w1114mf-reach-to-you-by-philippe-sainte-laudy-14x11-frm-art-wht-mtd/product_1551701 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-335-2-nylon-crowd-control-belt-barrier-orange-yellow-wmr335o-ybo350/product_24485304 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-saturn-3i-95-thermal-cold-laminator-9-5-width-silver-black-5735801/product_1115010 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-335-2-nylon-crowd-control-belt-barrier-red-black-wmr335r-rb350/product_24485298 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/13-x-9-x-4-flat-corrugated-boxes-25-bundle-1394r/product_1578431 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0322-c3047gg-sunset-celebration-by-philippe-sainte-laudy-30-x-47-frmls-art/product_1554015 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/13-x-9-x-6-32-ect-shipping-boxes/product_24408667 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-335-2-nylon-crowd-control-belt-barrier-red-wmr335r-rwc350/product_24485291 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-335-2-nylon-crowd-control-belt-barrier-red-wmr335r-rwd350/product_24485305 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-shredder-bags-25-gal-50-box-36056/product_573957 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0324-c1624gg-the-power-of-water-by-philippe-sainte-laudy-24x16-frmls-art/product_1551073 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:39 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:39 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:39 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:39 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:39 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:39 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:40 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:40 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:40 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:40 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:40 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:40 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:40 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:40 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:40 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:40 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:40 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:40 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:41 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:41 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:41 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:41 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:41 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:41 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:41 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:41 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:41 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:41 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:41 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:41 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:41 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:41 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:42 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:42 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:42 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:42 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:42 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:42 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:42 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:42 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:42 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:42 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:42 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:42 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:42 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:42 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:42 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:42 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:43 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:43 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:43 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:43 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:43 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:43 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:43 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:43 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:43 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:43 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:43 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:43 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:43 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:43 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:43 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:43 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:44 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:44 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:44 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:44 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:44 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:44 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:44 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:44 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:45 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:45 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:45 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:45 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:45 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:45 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:45 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:45 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:45 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:45 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:45 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:45 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:45 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:45 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:45 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:45 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:46 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:46 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:46 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:46 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:46 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:46 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:46 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:46 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:46 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:46 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:46 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:46 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:46 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:46 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:46 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:46 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:47 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:47 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:47 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:47 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:47 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:47 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:47 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:47 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:47 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:47 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:47 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:47 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:47 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:47 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:47 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:48 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:36:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:36:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:36:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-335-2-nylon-crowd-control-belt-barrier-yellow-black-wmr335y-byw160/product_24485250 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0325-c1219gg-top-of-switzerland-by-philippe-sainte-laudy-12-x-19-frmls-art/product_1552367 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:36:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:36:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-335-2-nylon-crowd-control-belt-barrier-yellow-wmr335-yw350/product_24485262 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/14-1-4-x-11-1-4-x-2-easy-fold-mailers-50-bundle-m14112bf/product_1578507 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0325-c3047gg-top-of-switzerland-by-philippe-sainte-laudy-30-x-47-frmls-art/product_1554011 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:36:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-335-2-nylon-crowd-control-belt-barrier-yellow-wmr335y-ybc350/product_24485274 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/14-25-w-x-19-l-peel-seal-bubble-mailer-7-8-pack-51630/product_657392 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:36:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quick-dam-drain-seal-kit-6-box-qdggds-hv/product_24474090 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-starlet2-comb-binding-machine-120-sheet-capacity-white-5227701/product_2008254 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-superquick-thermal-laminating-pouches-letter-size-3-mil-100-pack-5245801/product_938207 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0327-c1624gg-waterhole-by-philippe-sainte-laudy-16-x-24-frameless-art/product_1551070 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0327-c2232gg-waterhole-by-philippe-sainte-laudy-22-x-32-frameless-art/product_1553279 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0327-w1114mf-waterhole-by-philippe-sainte-laudy-11-x-14-frm-art-wht-mtd/product_1551742 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quick-dam-flood-barriers-3-5-x-10-120-qd610-1/product_240990 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-thermal-laminating-pouches-business-card-5-mil-100-pack-52031/product_707618 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0327-w1620mf-waterhole-by-philippe-sainte-laudy-16-x-20-frm-art-wht-mtd/product_1553619 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quick-dam-flood-barriers-3-5-x-17-204-qd617-1/product_240989 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-thermal-laminating-pouches-business-card-7-mil-100-pack-52059/product_804803 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:36:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/14-5-x-19-lay-flat-self-sealing-poly-mailer-500-carton-5115/product_24450222 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-thermal-laminating-pouches-id-tag-5-mil-100-pack-52016/product_719644 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-thermal-laminating-pouches-index-card-5-mil-100-pack-52017/product_814591 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/14-5-x-8-75-x-12-shipping-boxes-32-ect-brown-25-bundle-14812/product_574382 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:36:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:36:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-thermal-laminating-pouches-letter-size-10-mil-50-pack-52042/product_806271 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0329-c2232gg-weeping-willow-by-philippe-sainte-laudy-32-x-22-frameless-art/product_1553277 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:36:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0329-c3047gg-weeping-willow-by-philippe-sainte-laudy-47-x-30-frameless-art/product_1554007 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:36:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quick-dam-grab-go-jumbo-flood-bag-48-up-to-8-gal-5-box-qdgg1248-5/product_24474099 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-thermal-laminating-pouches-letter-size-5-mil-50-pack-5744501/product_24354533 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0330-b1620mf-wet-rocks-by-philippe-sainte-laudy-20-x-16-frm-art-wht-mtd/product_1553614 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-thermal-laminating-pouches-menu-3-mil-25-pack-52011/product_573724 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quick-dam-multipurpose-insta-dam-2-x2-x48-qdid224/product_24474091 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-thermal-laminating-pouches-menu-5-mil-100-pack-5746001/product_24354535 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:36:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/14-x-12-x-10-corrugated-kraft-box-200-32-ect-25-bundle-bs141210/product_24382329 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:36:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-thermal-laminating-pouches-photo-3-mil-25-pack-5208301/product_636334 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0331-b1620mf-blue-brook-by-philippe-sainte-laudy-16-x-20-frm-art-wht-mtd/product_1553574 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0331-c1219gg-blue-brook-by-philippe-sainte-laudy-12-x-19-frameless-art/product_1551164 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/14-x-12-x-4-shipping-boxes-32-ect-brown-25-bundle-14124/product_557461 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/14-x-12-x-6-multi-depth-shipping-boxes-brown-25-bundle/product_24410503 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quick-dam-universal-water-curb-flood-control-10-x-20-1-pack-qdwc1020/product_1933045 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0331-c3047gg-blue-brook-by-philippe-sainte-laudy-30-x-47-frameless-art/product_1553986 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-ultra-thin-microban-mouse-pad-black-5908101/product_2614462 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0331-w1620mf-blue-brook-by-philippe-sainte-laudy-16-x-20-frm-art-wht-mtd/product_1553573 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0332-b1114mf-candy-fields-by-philippe-sainte-laudy-11x14-frm-art-wht-mtd/product_1551818 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-ultra-thin-pad-mouse-sapphire-blue-5908001/product_2614464 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:36:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-venus-125-thermal-cold-laminator-13-width-white-5746101/product_24501232 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:36:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/14-x-14-x-10-corrugated-kraft-boxes-25-bundle-bs141410hddwx/product_24406378 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-wrist-support-gel-mouse-pad-wrist-rest-combo-black-9181201/product_744188 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0333-b1114mf-cosmo-by-philippe-sainte-laudy-14-x-11-framed-art-wht-mtd/product_1551810 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/14-x-14-x-14-shipping-boxes-44-ect-brown-25-bundle-hd141414/product_481631 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quick-dam-water-dams-48-30-box-wub24-30/product_24474096 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:36:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-335-2-nylon-crowd-control-belt-barrier-yellow-black-wmr335y-byw160/product_24485250 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:36:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:36:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0325-c1219gg-top-of-switzerland-by-philippe-sainte-laudy-12-x-19-frmls-art/product_1552367 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-335-2-nylon-crowd-control-belt-barrier-yellow-wmr335-yw350/product_24485262 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:36:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/14-1-4-x-11-1-4-x-2-easy-fold-mailers-50-bundle-m14112bf/product_1578507 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0325-c3047gg-top-of-switzerland-by-philippe-sainte-laudy-30-x-47-frmls-art/product_1554011 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:36:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/queue-solutions-weathermaster-335-2-nylon-crowd-control-belt-barrier-yellow-wmr335y-ybc350/product_24485274 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/14-25-w-x-19-l-peel-seal-bubble-mailer-7-8-pack-51630/product_657392 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:36:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quick-dam-drain-seal-kit-6-box-qdggds-hv/product_24474090 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-starlet2-comb-binding-machine-120-sheet-capacity-white-5227701/product_2008254 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-superquick-thermal-laminating-pouches-letter-size-3-mil-100-pack-5245801/product_938207 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0327-c1624gg-waterhole-by-philippe-sainte-laudy-16-x-24-frameless-art/product_1551070 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0327-c2232gg-waterhole-by-philippe-sainte-laudy-22-x-32-frameless-art/product_1553279 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0327-w1114mf-waterhole-by-philippe-sainte-laudy-11-x-14-frm-art-wht-mtd/product_1551742 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quick-dam-flood-barriers-3-5-x-10-120-qd610-1/product_240990 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-thermal-laminating-pouches-business-card-5-mil-100-pack-52031/product_707618 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0327-w1620mf-waterhole-by-philippe-sainte-laudy-16-x-20-frm-art-wht-mtd/product_1553619 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quick-dam-flood-barriers-3-5-x-17-204-qd617-1/product_240989 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:36:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-thermal-laminating-pouches-business-card-7-mil-100-pack-52059/product_804803 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:37:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/14-5-x-19-lay-flat-self-sealing-poly-mailer-500-carton-5115/product_24450222 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-thermal-laminating-pouches-id-tag-5-mil-100-pack-52016/product_719644 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-thermal-laminating-pouches-index-card-5-mil-100-pack-52017/product_814591 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/14-5-x-8-75-x-12-shipping-boxes-32-ect-brown-25-bundle-14812/product_574382 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:37:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:37:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-thermal-laminating-pouches-letter-size-10-mil-50-pack-52042/product_806271 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0329-c2232gg-weeping-willow-by-philippe-sainte-laudy-32-x-22-frameless-art/product_1553277 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:37:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0329-c3047gg-weeping-willow-by-philippe-sainte-laudy-47-x-30-frameless-art/product_1554007 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:37:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quick-dam-grab-go-jumbo-flood-bag-48-up-to-8-gal-5-box-qdgg1248-5/product_24474099 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-thermal-laminating-pouches-letter-size-5-mil-50-pack-5744501/product_24354533 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0330-b1620mf-wet-rocks-by-philippe-sainte-laudy-20-x-16-frm-art-wht-mtd/product_1553614 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-thermal-laminating-pouches-menu-3-mil-25-pack-52011/product_573724 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quick-dam-multipurpose-insta-dam-2-x2-x48-qdid224/product_24474091 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-thermal-laminating-pouches-menu-5-mil-100-pack-5746001/product_24354535 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:37:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/14-x-12-x-10-corrugated-kraft-box-200-32-ect-25-bundle-bs141210/product_24382329 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:37:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-thermal-laminating-pouches-photo-3-mil-25-pack-5208301/product_636334 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0331-b1620mf-blue-brook-by-philippe-sainte-laudy-16-x-20-frm-art-wht-mtd/product_1553574 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0331-c1219gg-blue-brook-by-philippe-sainte-laudy-12-x-19-frameless-art/product_1551164 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/14-x-12-x-4-shipping-boxes-32-ect-brown-25-bundle-14124/product_557461 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/14-x-12-x-6-multi-depth-shipping-boxes-brown-25-bundle/product_24410503 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quick-dam-universal-water-curb-flood-control-10-x-20-1-pack-qdwc1020/product_1933045 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0331-c3047gg-blue-brook-by-philippe-sainte-laudy-30-x-47-frameless-art/product_1553986 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-ultra-thin-microban-mouse-pad-black-5908101/product_2614462 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0331-w1620mf-blue-brook-by-philippe-sainte-laudy-16-x-20-frm-art-wht-mtd/product_1553573 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0332-b1114mf-candy-fields-by-philippe-sainte-laudy-11x14-frm-art-wht-mtd/product_1551818 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-ultra-thin-pad-mouse-sapphire-blue-5908001/product_2614464 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:37:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-venus-125-thermal-cold-laminator-13-width-white-5746101/product_24501232 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/14-x-14-x-10-corrugated-kraft-boxes-25-bundle-bs141410hddwx/product_24406378 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:37:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-wrist-support-gel-mouse-pad-wrist-rest-combo-black-9181201/product_744188 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0333-b1114mf-cosmo-by-philippe-sainte-laudy-14-x-11-framed-art-wht-mtd/product_1551810 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/14-x-14-x-14-shipping-boxes-44-ect-brown-25-bundle-hd141414/product_481631 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quick-dam-water-dams-48-30-box-wub24-30/product_24474096 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:06 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:06 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:06 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:06 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:06 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:06 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:06 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:06 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:07 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:07 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:07 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:07 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:07 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:07 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:07 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:07 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:07 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:07 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:07 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:07 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:07 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:07 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:07 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:07 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:08 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:08 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:08 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:08 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:08 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:08 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:08 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:08 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:08 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:08 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:08 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:08 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:08 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:08 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:08 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:08 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:09 [scrapy.extensions.logstats] (PID: 171) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2025-12-20 14:37:09 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:09 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:09 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:09 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:09 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:09 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:09 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:09 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:09 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:09 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:09 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:09 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:09 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:09 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:09 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:09 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:12 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:12 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:12 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:12 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:12 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:12 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:12 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:12 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:12 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:12 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:12 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:12 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:12 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:12 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:12 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:12 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:13 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:13 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:13 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:13 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:13 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:13 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:13 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:13 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:13 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:13 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:13 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:13 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:13 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:13 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:13 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:14 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellows-binding-covers-11-1-4-x-8-3-4-classic-navy-200-pack-52136/product_864970 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-wrist-support-gel-mouse-pad-wrist-rest-combo/product_SS230797336 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/14-x-14-x-2-standard-corrugated-shipping-box-200-ect-25-bundle-14142/product_1499951 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quick-dam-water-flood-barrier-60-up-to-4-gal-16-box-qd65-16/product_24544713 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/14-x-14-x-24-shipping-boxes-32-ect-brown-20-bundle-bs141424/product_2647464 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quickbooks-essentials-2023-for-3-users-windows-mac-5101282/product_24536651 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:37:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quick-dam-water-roll-off-dams-5-up-to-6-25-gal-10-box-wub58-10g/product_24474086 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/14-x-14-x-26-gusseted-poly-bags-3-mil-clear-250-carton-1749/product_361639 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:37:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fendall-eyesaline-saline-concentrate-solution-70-oz-1-each/product_423311 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:37:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0334-w1114mf-cosmo-duo-by-philippe-sainte-laudy-14-x-11-frm-art-wht-mtd/product_1551812 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fendall-porta-stream-ii-eyewash-single-station-32-000200-0000/product_846432 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/14-x-14-x-5-shipping-boxes-32-ect-brown-25-bundle-14145/product_630513 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:37:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/14-x-14-x-8-corrugated-kraft-boxes-25-bundle-bs141408x/product_24406978 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quicken-classic-premier-for-1-user-windows-mac-android-ios-download-170454/product_24571589 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0335-c2232gg-cosmos-of-the-fields-by-philippe-sainte-laudy-22x32-frmls-art/product_1553306 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quicken-classic-deluxe-for-1-user-windows-mac-android-ios-download-170453/product_24571596 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pure-14-x-19-canvas-art/product_314686 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fiber-one-chocolate-fudge-brownie-bar-0-88-oz-40-bars-box-220-00454/product_1787277 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pure-22-x-32-canvas-art/product_314688 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:37:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quickfit-heavy-duty-6-3-ring-view-binders-d-ring-black-8708-01/product_24548632 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/14-x-17-self-sealing-poly-mailer-white-100-box-cw56582/product_507883 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fifth-pulse-powder-free-vinyl-exam-gloves-latex-free/product_SS201878859 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quickfit-heavy-duty-6-3-ring-view-binders-d-ring-white-8708-00/product_24548633 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-coneflower-rivere-26-x-32-canvas-art/product_317568 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:37:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quickie-cut-4-1-2-in-od-x-0-035-in-t-27-za-cut-off-wheel-60-medium-7-8-in-arbor/product_705406 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-large-burgundy-200-box-fmn100426/product_3035702 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-daisy-macro-by-kurt-shaffer-gallery-wrapped-24x32-inches/product_249014 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:37:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:37:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quickie-plastic-toilet-plunger-caddy-w-microban-360mb/product_2836115 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/14-x-20-layflat-poly-bags-1-5-mil-clear-1000-carton-230/product_361231 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-large-navy-blue-200-box-fmn100421/product_3035676 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:37:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quickstrip-poly-bubble-mailers-14-1-4-x-20-25-case/product_558334 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quickstrip-stayflat-kraft-mailers-20-x-27-50-case/product_495772 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quickstrip-stayflat-white-mailers-18-x-24-50-bundle/product_495900 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:37:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:37:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/14-x-20-layflat-poly-bags-4-mil-clear-500-carton-1235/product_939798 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:37:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/14-x-20-layflat-poly-bags-6-mil-clear-250-carton-8510/product_360974 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-medium-navy-blue-100-box-fmn100211/product_3035700 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-magic-18-x-24-canvas-art/product_496272 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/14-x-24-layflat-poly-bags-1-mil-clear-1000-carton-2391/product_939935 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/14-x-2000-75-gauge-pvc-shrink-film-clear-shpvc1475/product_948861 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quickstudy-periodic-table-poster-reference-set-36-x-24-laminated-2-pack-9781423230724/product_1932992 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:37:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:37:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:37:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-small-lilac-100-box-fmn1001206/product_3035691 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-vase-reflection-by-sheila-golden-11-x-14-black-matted-black-frame-sg5730-b1114bmf/product_2081363 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:37:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-vase-reflection-by-sheila-golden-11-x-14-black-matted-wood-frame-sg5730-w1114bmf/product_2081361 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:37:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-vase-reflection-by-sheila-golden-11-x-14-white-matted-black-frame-sg5730-b1114mf/product_2081362 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:37:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-small-navy-blue-100-box-fmn100210/product_3035695 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:37:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellows-binding-covers-11-1-4-x-8-3-4-classic-navy-200-pack-52136/product_864970 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/14-x-14-x-2-standard-corrugated-shipping-box-200-ect-25-bundle-14142/product_1499951 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quick-dam-water-flood-barrier-60-up-to-4-gal-16-box-qd65-16/product_24544713 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/14-x-14-x-24-shipping-boxes-32-ect-brown-20-bundle-bs141424/product_2647464 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:37:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fellowes-wrist-support-gel-mouse-pad-wrist-rest-combo/product_SS230797336 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quickbooks-essentials-2023-for-3-users-windows-mac-5101282/product_24536651 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quick-dam-water-roll-off-dams-5-up-to-6-25-gal-10-box-wub58-10g/product_24474086 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/14-x-14-x-26-gusseted-poly-bags-3-mil-clear-250-carton-1749/product_361639 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fendall-eyesaline-saline-concentrate-solution-70-oz-1-each/product_423311 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:37:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:37:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0334-w1114mf-cosmo-duo-by-philippe-sainte-laudy-14-x-11-frm-art-wht-mtd/product_1551812 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/14-x-14-x-5-shipping-boxes-32-ect-brown-25-bundle-14145/product_630513 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fendall-porta-stream-ii-eyewash-single-station-32-000200-0000/product_846432 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:37:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/14-x-14-x-8-corrugated-kraft-boxes-25-bundle-bs141408x/product_24406978 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quicken-classic-premier-for-1-user-windows-mac-android-ios-download-170454/product_24571589 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-psl0335-c2232gg-cosmos-of-the-fields-by-philippe-sainte-laudy-22x32-frmls-art/product_1553306 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quicken-classic-deluxe-for-1-user-windows-mac-android-ios-download-170453/product_24571596 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pure-14-x-19-canvas-art/product_314686 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-pure-22-x-32-canvas-art/product_314688 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fiber-one-chocolate-fudge-brownie-bar-0-88-oz-40-bars-box-220-00454/product_1787277 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:37:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quickfit-heavy-duty-6-3-ring-view-binders-d-ring-black-8708-01/product_24548632 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/14-x-17-self-sealing-poly-mailer-white-100-box-cw56582/product_507883 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fifth-pulse-powder-free-vinyl-exam-gloves-latex-free/product_SS201878859 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quickfit-heavy-duty-6-3-ring-view-binders-d-ring-white-8708-00/product_24548633 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-coneflower-rivere-26-x-32-canvas-art/product_317568 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:37:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quickie-cut-4-1-2-in-od-x-0-035-in-t-27-za-cut-off-wheel-60-medium-7-8-in-arbor/product_705406 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-large-burgundy-200-box-fmn100426/product_3035702 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-daisy-macro-by-kurt-shaffer-gallery-wrapped-24x32-inches/product_249014 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:37:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:37:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quickie-plastic-toilet-plunger-caddy-w-microban-360mb/product_2836115 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/14-x-20-layflat-poly-bags-1-5-mil-clear-1000-carton-230/product_361231 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-large-navy-blue-200-box-fmn100421/product_3035676 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:37:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quickstrip-poly-bubble-mailers-14-1-4-x-20-25-case/product_558334 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quickstrip-stayflat-kraft-mailers-20-x-27-50-case/product_495772 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quickstrip-stayflat-white-mailers-18-x-24-50-bundle/product_495900 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:37:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:37:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/14-x-20-layflat-poly-bags-4-mil-clear-500-carton-1235/product_939798 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/14-x-20-layflat-poly-bags-6-mil-clear-250-carton-8510/product_360974 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:37:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-medium-navy-blue-100-box-fmn100211/product_3035700 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-magic-18-x-24-canvas-art/product_496272 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/14-x-24-layflat-poly-bags-1-mil-clear-1000-carton-2391/product_939935 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/14-x-2000-75-gauge-pvc-shrink-film-clear-shpvc1475/product_948861 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quickstudy-periodic-table-poster-reference-set-36-x-24-laminated-2-pack-9781423230724/product_1932992 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:37:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:37:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:37:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-small-lilac-100-box-fmn1001206/product_3035691 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-vase-reflection-by-sheila-golden-11-x-14-black-matted-black-frame-sg5730-b1114bmf/product_2081363 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-vase-reflection-by-sheila-golden-11-x-14-black-matted-wood-frame-sg5730-w1114bmf/product_2081361 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:37:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:37:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-vase-reflection-by-sheila-golden-11-x-14-white-matted-black-frame-sg5730-b1114mf/product_2081362 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-small-navy-blue-100-box-fmn100210/product_3035695 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:37:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:37:32 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:32 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:32 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:32 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:32 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:32 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:32 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:32 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:32 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:32 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:32 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:32 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:32 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:32 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:32 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:32 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:33 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:33 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:33 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:33 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:33 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:33 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:33 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:33 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:33 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:33 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:33 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:33 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:33 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:33 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:33 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:33 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:34 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:34 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:34 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:34 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:34 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:34 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:34 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:34 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:34 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:34 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:34 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:34 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:34 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:34 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:34 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:34 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:35 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:35 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:35 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:35 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:35 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:35 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:35 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:35 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:35 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:35 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:35 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:35 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:35 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:35 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:35 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:35 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:36 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:36 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:36 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:36 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:36 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:36 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:36 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:36 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:37 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:37 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:37 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:37 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:37 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:37 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:37 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:37 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:38 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:38 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:38 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:38 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:38 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:38 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:38 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:38 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:38 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:39 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:39 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:39 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:39 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:39 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:39 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:39 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:39 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:39 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:39 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:39 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:40 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:40 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:40 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:40 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:40 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:40 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:40 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:40 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:40 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:40 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:40 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:40 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-small-navy-blue-200-box-fmn100419/product_3035675 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-small-navy-blue-50-box-fmn100178/product_3035677 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/14-x-30-layflat-poly-bags-6-mil-clear-250-carton-8520/product_360985 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quill-brand-11-5-8-x-6-5-8-x-4-plastic-shelf-bin-yellow-30-case-binps103y/product_191196 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/14-x-36-layflat-poly-bags-3-mil-clear-250-carton-pb4163/product_24328946 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-vase-reflection-by-sheila-golden-24-x-32-canvas-art-sg5730-c2432gg/product_2081021 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:37:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-x-large-navy-blue-50-box-fmn100181/product_3035692 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:37:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/14-x-6-x-4-32-ect-shipping-boxes/product_24409865 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-quebec-canada-skyline-by-michael-tompsett-16-x-20-black-matted-black-frame-mt0782-b1620bmf/product_2086087 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-x-small-lilac-100-box-fmn100295/product_3035707 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quill-brand-23-5-8-x-8-3-8-x-4-plastic-shelf-bin-box-clear-6-case-binps123cl/product_191235 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:37:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quill-brand-6-x2-x2-corrugated-mailers-white-50-bundle-m622/product_426748 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-quebec-canada-skyline-by-michael-tompsett-16-x-24-canvas-art-mt0782-c1624gg/product_2077994 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/14-x-9-x-6-shipping-boxes-brown-25-bundle-1496/product_948965 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-x-small-navy-blue-100-box-fmn100396/product_3035670 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-quebec-city-11-x-14-black-frame-art/product_317096 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quill-brand-cash-register-rolls-carbonless-2-ply-white-canary-3-x100-full-carton/product_1883572 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/14-x14-x2-Partners-Brand-Literature-Mailers-50-Bundle-M14142/product_949033 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/140-x-45-layflat-poly-bags-bags-on-a-roll-1-mil-clear-100-roll-3210/product_940036 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-vinyl-exam-gloves-latex-free-medium-black-100-box-fmn100034/product_3012103 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/140-x-45-layflat-poly-bags-bags-on-a-roll-3-mil-clear-35-roll-3218/product_24449529 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/140777/product_140777 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:37:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-vinyl-exam-gloves-latex-free-small-pink-100-box-fmn100041/product_3012153 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fiji-natural-artesian-bottled-water-0-5-l-24-carton/product_2831879 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:37:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:37:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/15-ft-cat6-ethernet-cable-10-pack-etl-verified-black-cat6-patch-cord-snagless-rj45-connectors-24-awg-utp/product_IM17FZ930 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quirky-bandits-elastic-bands/product_1179727 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quubs-15-75-drawer-cabinet-with-2-drawers-weathered-gray-g115002500/product_24522810 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-race-track-16-x-20-wood-frame-art/product_317111 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-race-track-22-x-32-canvas-art/product_317108 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/15-sheet-cross-cut-shredder-940512/product_105657 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quubs-15-75-storage-cabinet-with-1-shelf-weathered-gray-g115002400/product_24522813 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:37:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:37:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fill-air-rf-bags-18-x-36-125-case-inf106/product_829398 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:37:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rainbot-roses-by-kathie-mccurdy-canvas-ready-to-hang/product_248766 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:37:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rainbow-home-by-manor-shadian-11-x-14-black-matted-black-frame-ma0621-b1114bmf/product_2082101 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-encaustic-paint-intense-carbon-black-40-ml-pack-of-2-2pk-1027/product_2134202 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/15-x-11-x-7-shipping-boxes-32-ect-brown-25-bundle-15117/product_557480 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/filofax-a5-classic-bright-4-subject-professional-notebooks-5-8-x-8-25-college-ruled-56-sheets-orange-b115010u/product_1677811 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-encaustic-paint-iridescent-pearl-40-ml/product_1721875 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:37:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rainbow-home-by-manor-shadian-16-x-20-black-matted-black-frame-ma0621-b1620bmf/product_2086220 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/15-x-12-reclosable-poly-bags-4-mil-pink-500-pack-pbas3790/product_24408900 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/15-x-12-x-1-75-corrugated-trays-32-ect-brown-50-bundle-15122ct/product_948793 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-encaustic-paint-mars-yellow-light-40-ml-pack-of-2/product_1721967 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/filtrete-allergen-defense-air-filter-1000-mpr-20-x-20-x-1-9802-4/product_3018008 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:37:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rainbow-home-by-manor-shadian-16-x-20-white-matted-wood-frame-ma0621-w1620mf/product_2086217 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:37:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-raindrops-on-black-canvas-art-24x24-inches/product_250475 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/filtrete-high-performance-air-filter-12-x-12-x-1-4-pack-1900-mpr/product_24592517 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-raindrops-on-black-canvas-art-35x35-inches/product_250476 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-raindrops-on-blue-canvas-art-18x18-inches/product_250477 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-pigment-sticks-alizarin-crimson-38-ml/product_1721858 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-raindrops-on-gray-canvas-art-18x18-inches/product_250483 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:37:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-small-navy-blue-200-box-fmn100419/product_3035675 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-small-navy-blue-50-box-fmn100178/product_3035677 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/14-x-30-layflat-poly-bags-6-mil-clear-250-carton-8520/product_360985 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quill-brand-11-5-8-x-6-5-8-x-4-plastic-shelf-bin-yellow-30-case-binps103y/product_191196 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/14-x-36-layflat-poly-bags-3-mil-clear-250-carton-pb4163/product_24328946 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:37:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-x-large-navy-blue-50-box-fmn100181/product_3035692 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-purple-vase-reflection-by-sheila-golden-24-x-32-canvas-art-sg5730-c2432gg/product_2081021 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:37:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/14-x-6-x-4-32-ect-shipping-boxes/product_24409865 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-quebec-canada-skyline-by-michael-tompsett-16-x-20-black-matted-black-frame-mt0782-b1620bmf/product_2086087 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-x-small-lilac-100-box-fmn100295/product_3035707 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quill-brand-23-5-8-x-8-3-8-x-4-plastic-shelf-bin-box-clear-6-case-binps123cl/product_191235 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:37:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quill-brand-6-x2-x2-corrugated-mailers-white-50-bundle-m622/product_426748 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-quebec-canada-skyline-by-michael-tompsett-16-x-24-canvas-art-mt0782-c1624gg/product_2077994 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/14-x-9-x-6-shipping-boxes-brown-25-bundle-1496/product_948965 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-nitrile-gloves-latex-free-x-small-navy-blue-100-box-fmn100396/product_3035670 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-quebec-city-11-x-14-black-frame-art/product_317096 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quill-brand-cash-register-rolls-carbonless-2-ply-white-canary-3-x100-full-carton/product_1883572 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/14-x14-x2-Partners-Brand-Literature-Mailers-50-Bundle-M14142/product_949033 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-vinyl-exam-gloves-latex-free-medium-black-100-box-fmn100034/product_3012103 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/140-x-45-layflat-poly-bags-bags-on-a-roll-1-mil-clear-100-roll-3210/product_940036 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/140-x-45-layflat-poly-bags-bags-on-a-roll-3-mil-clear-35-roll-3218/product_24449529 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/140777/product_140777 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:37:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:37:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fiji-natural-artesian-bottled-water-0-5-l-24-carton/product_2831879 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fifthpulse-powder-free-vinyl-exam-gloves-latex-free-small-pink-100-box-fmn100041/product_3012153 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:37:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/15-ft-cat6-ethernet-cable-10-pack-etl-verified-black-cat6-patch-cord-snagless-rj45-connectors-24-awg-utp/product_IM17FZ930 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quirky-bandits-elastic-bands/product_1179727 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quubs-15-75-drawer-cabinet-with-2-drawers-weathered-gray-g115002500/product_24522810 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-race-track-16-x-20-wood-frame-art/product_317111 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:37:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-race-track-22-x-32-canvas-art/product_317108 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:37:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/quubs-15-75-storage-cabinet-with-1-shelf-weathered-gray-g115002400/product_24522813 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/15-sheet-cross-cut-shredder-940512/product_105657 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fill-air-rf-bags-18-x-36-125-case-inf106/product_829398 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:37:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:37:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rainbot-roses-by-kathie-mccurdy-canvas-ready-to-hang/product_248766 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rainbow-home-by-manor-shadian-11-x-14-black-matted-black-frame-ma0621-b1114bmf/product_2082101 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-encaustic-paint-intense-carbon-black-40-ml-pack-of-2-2pk-1027/product_2134202 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/filofax-a5-classic-bright-4-subject-professional-notebooks-5-8-x-8-25-college-ruled-56-sheets-orange-b115010u/product_1677811 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/15-x-11-x-7-shipping-boxes-32-ect-brown-25-bundle-15117/product_557480 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-encaustic-paint-iridescent-pearl-40-ml/product_1721875 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:37:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rainbow-home-by-manor-shadian-16-x-20-black-matted-black-frame-ma0621-b1620bmf/product_2086220 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/15-x-12-reclosable-poly-bags-4-mil-pink-500-pack-pbas3790/product_24408900 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/15-x-12-x-1-75-corrugated-trays-32-ect-brown-50-bundle-15122ct/product_948793 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-encaustic-paint-mars-yellow-light-40-ml-pack-of-2/product_1721967 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/filtrete-allergen-defense-air-filter-1000-mpr-20-x-20-x-1-9802-4/product_3018008 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:37:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rainbow-home-by-manor-shadian-16-x-20-white-matted-wood-frame-ma0621-w1620mf/product_2086217 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:37:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-raindrops-on-black-canvas-art-24x24-inches/product_250475 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/filtrete-high-performance-air-filter-12-x-12-x-1-4-pack-1900-mpr/product_24592517 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-raindrops-on-black-canvas-art-35x35-inches/product_250476 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-raindrops-on-blue-canvas-art-18x18-inches/product_250477 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-pigment-sticks-alizarin-crimson-38-ml/product_1721858 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-raindrops-on-gray-canvas-art-18x18-inches/product_250483 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:37:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:37:58 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:58 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:58 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:58 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:58 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:58 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:58 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:58 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:58 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:58 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:58 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:58 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:58 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:58 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:58 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:58 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:59 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:59 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:59 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:59 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:59 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:59 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:59 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:59 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:59 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:59 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:59 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:59 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:59 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:59 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:59 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:37:59 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:00 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:00 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:00 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:00 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:00 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:00 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:00 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:00 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:00 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:00 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:00 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:00 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:00 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:00 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:00 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:00 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:01 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:01 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:01 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:01 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:01 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:01 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:01 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:01 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:01 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:01 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:01 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:01 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:01 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:01 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:01 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:01 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:02 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:02 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:02 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:02 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:02 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:02 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:02 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:02 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:02 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:02 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:02 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:02 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:02 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:02 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:02 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:03 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:03 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:03 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:03 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:03 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:03 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:03 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:03 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:03 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:03 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:04 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:04 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:04 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:04 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:04 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:04 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:04 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:04 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:04 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:04 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:05 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:05 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:05 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:05 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:05 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:05 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:05 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:05 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:05 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:05 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:05 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:05 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:05 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:06 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:06 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:06 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:06 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:06 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:06 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:06 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:06 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/filtrete-high-performance-air-filter-1900-mpr-14-x-25-x-1-4-carton-ua04-4/product_24592660 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/filtrete-high-performance/product_SS233266044 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-pigment-sticks-green-gold-38-ml/product_1721850 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/15-x-15-x-30-shipping-boxes-32-ect-brown-20-bundle-bs151530/product_2647504 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:38:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:38:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/15-x-15-x-10-shipping-boxes-32-ect-brown-20-bundle-151510/product_24409976 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-pigment-sticks-iridescent-gold-38-ml/product_1721846 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:38:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/filtrete-true-hepa-rap/product_SS233267057 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/15-x-15-x-8-shipping-boxes-32-ect-brown-25-bundle-15158/product_574399 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/finch-fine-8-5-x-11-color-copy-paper-28-lbs-98-brightness-4000-sheets-carton-3800-7004/product_195425 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rand-mcnally-s-co-s-handy-guide-to-boston-canvas-art-22x32-inches/product_245020 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/15-x-1500-70-gauge-cast-stretch-film-4-carton-sf157cast/product_449792 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-pigment-sticks-ivory-black-188-ml/product_1721828 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/15-x-1500-80-gauge-blown-stretch-wrap-black-tinted-4-carton/product_948881 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:09 [scrapy.extensions.logstats] (PID: 171) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2025-12-20 14:38:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-pigment-sticks-mars-yellow-light-38-ml-pack-of-2/product_1721701 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ranier-by-yale-gurney-gallery-wrapped-canvas-art-35x47-inches/product_255678 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:38:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/15-x-17-1-2-self-seal-bubble-pouches-150-carton-cbob1517/product_949108 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-raoul-maurain-and-co-cognac-11-x-14-black-frame-art/product_821523 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/find-it-3-x-5-tabbed-index-cards-white-48-pack-ft07215/product_2229197 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/15-x-18-layflat-poly-bags-1-5-mil-clear-1000-carton-237/product_939516 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/15-x-18-layflat-poly-bags-2-mil-clear-1000-carton-572/product_359088 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/15-x-18-layflat-poly-bags-2-mil-clear-1000-carton-6689/product_939255 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rackmount-it-rack-signal-white-rm-fr-t14/product_IM17HC859 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rapunzel-16-x-24-canvas-art/product_313665 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rat-island-by-moises-levy-16-x-16-white-matted-wood-frame-ali1118-w1616mf/product_2084421 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rackmount-kit-for-cisco-meraki-ms120-8-and-ms120-8lp-black-rm-ci-t3/product_IM16XK623 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fineline-applicators-masquepen-masking-fluid-37-5-ml-1-25-oz-pack-of-2/product_1717903 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:38:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fineline-settings-flairware-210-cl-dinner-plate-clear/product_1247641 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/15-x-20-layflat-poly-bags-2-mil-clear-1000-carton-573/product_939622 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/raid-wasp-and-hornet-killer-14-oz-aerosol-spray-12-carton-sjn668006/product_1668091 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:38:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:38:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/finish-line-gift-card-100/product_24317060 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:38:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rain-design-laptop-stand-for-apple-macbook-macbook-pro-powerbook-silver-10036/product_IM1PT9675 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:38:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rain-design-mrest-gel-wrist-rest-white-10011/product_IM14AQ092 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:38:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rebel-leaf-by-philippe-sainte-laudy-22-x-32-canvas-art-psl0443-c2232gg/product_2077138 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/15-x-2000-60-gauge-cast-stretch-wrap-clear-4-carton-sf156cast/product_449789 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:38:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rebel-leaf-by-philippe-sainte-laudy-16-x-20-white-matted-black-frame-psl0443-b1620mf/product_2085481 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:38:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rain-design-mstand-mobile-cell-phone-desktop-stand-black-10065/product_IM14AQ104 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-recall-the-days-22-x-32-canvas-art/product_491260 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rain-x-de-icer-windshield-washer-fluid-1-gal-113655/product_24468049 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:38:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fire-fire-exit-only-14x10-adhesive-vinylglow/product_563580 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/15-x-9-x-32-gusseted-poly-bags-1-5-mil-clear-500-carton-1490/product_692896 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-18-x-24-canvas-art/product_315270 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fire-fire-extinguisher-24x4-adhesive-vinylglow/product_558507 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-amaryllis-20-x-47-canvas-art/product_314643 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rainbow-duo-finish-paper-roll-36-w-x-1000-l-emerald-0063140/product_454889 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/150-5x7-flat-cards-square-pol/product_24502981 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fire-flammable-keep-flames-and-heat-away-7x10-adhesive-vinylglow/product_558454 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rainbow-duo-finish-paper-roll-36-w-x-1000-l-light-green-0063120/product_575527 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-barn-in-autumn-11-x-14-black-frame-art/product_315170 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rainbow-duo-finish-paper-roll-36-w-x-1000-l-orange-0063100/product_563257 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fire-king-1-hour-fire-resistant-lateral-file-cabinet-letter-legal-2-drawer-parchment-22-1-8-d-truck-to-loading-dock/product_668108 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:38:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/filtrete-high-performance-air-filter-1900-mpr-14-x-25-x-1-4-carton-ua04-4/product_24592660 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/filtrete-high-performance/product_SS233266044 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-pigment-sticks-green-gold-38-ml/product_1721850 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/15-x-15-x-30-shipping-boxes-32-ect-brown-20-bundle-bs151530/product_2647504 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:38:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:38:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-pigment-sticks-iridescent-gold-38-ml/product_1721846 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/15-x-15-x-10-shipping-boxes-32-ect-brown-20-bundle-151510/product_24409976 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:38:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/filtrete-true-hepa-rap/product_SS233267057 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/15-x-15-x-8-shipping-boxes-32-ect-brown-25-bundle-15158/product_574399 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/finch-fine-8-5-x-11-color-copy-paper-28-lbs-98-brightness-4000-sheets-carton-3800-7004/product_195425 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rand-mcnally-s-co-s-handy-guide-to-boston-canvas-art-22x32-inches/product_245020 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/15-x-1500-70-gauge-cast-stretch-film-4-carton-sf157cast/product_449792 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/15-x-1500-80-gauge-blown-stretch-wrap-black-tinted-4-carton/product_948881 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-pigment-sticks-ivory-black-188-ml/product_1721828 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/r-and-f-handmade-paints-pigment-sticks-mars-yellow-light-38-ml-pack-of-2/product_1721701 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ranier-by-yale-gurney-gallery-wrapped-canvas-art-35x47-inches/product_255678 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:38:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/15-x-17-1-2-self-seal-bubble-pouches-150-carton-cbob1517/product_949108 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-raoul-maurain-and-co-cognac-11-x-14-black-frame-art/product_821523 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/find-it-3-x-5-tabbed-index-cards-white-48-pack-ft07215/product_2229197 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/15-x-18-layflat-poly-bags-2-mil-clear-1000-carton-572/product_359088 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/15-x-18-layflat-poly-bags-1-5-mil-clear-1000-carton-237/product_939516 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/15-x-18-layflat-poly-bags-2-mil-clear-1000-carton-6689/product_939255 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rackmount-it-rack-signal-white-rm-fr-t14/product_IM17HC859 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rapunzel-16-x-24-canvas-art/product_313665 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rat-island-by-moises-levy-16-x-16-white-matted-wood-frame-ali1118-w1616mf/product_2084421 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rackmount-kit-for-cisco-meraki-ms120-8-and-ms120-8lp-black-rm-ci-t3/product_IM16XK623 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fineline-applicators-masquepen-masking-fluid-37-5-ml-1-25-oz-pack-of-2/product_1717903 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fineline-settings-flairware-210-cl-dinner-plate-clear/product_1247641 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:38:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/15-x-20-layflat-poly-bags-2-mil-clear-1000-carton-573/product_939622 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/raid-wasp-and-hornet-killer-14-oz-aerosol-spray-12-carton-sjn668006/product_1668091 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:38:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:38:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:38:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/finish-line-gift-card-100/product_24317060 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:38:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rain-design-laptop-stand-for-apple-macbook-macbook-pro-powerbook-silver-10036/product_IM1PT9675 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rain-design-mrest-gel-wrist-rest-white-10011/product_IM14AQ092 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rebel-leaf-by-philippe-sainte-laudy-22-x-32-canvas-art-psl0443-c2232gg/product_2077138 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/15-x-2000-60-gauge-cast-stretch-wrap-clear-4-carton-sf156cast/product_449789 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:38:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:38:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rebel-leaf-by-philippe-sainte-laudy-16-x-20-white-matted-black-frame-psl0443-b1620mf/product_2085481 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:38:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rain-design-mstand-mobile-cell-phone-desktop-stand-black-10065/product_IM14AQ104 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rain-x-de-icer-windshield-washer-fluid-1-gal-113655/product_24468049 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-recall-the-days-22-x-32-canvas-art/product_491260 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:38:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fire-fire-exit-only-14x10-adhesive-vinylglow/product_563580 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-18-x-24-canvas-art/product_315270 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/15-x-9-x-32-gusseted-poly-bags-1-5-mil-clear-500-carton-1490/product_692896 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fire-fire-extinguisher-24x4-adhesive-vinylglow/product_558507 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-amaryllis-20-x-47-canvas-art/product_314643 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rainbow-duo-finish-paper-roll-36-w-x-1000-l-emerald-0063140/product_454889 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fire-flammable-keep-flames-and-heat-away-7x10-adhesive-vinylglow/product_558454 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/150-5x7-flat-cards-square-pol/product_24502981 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rainbow-duo-finish-paper-roll-36-w-x-1000-l-light-green-0063120/product_575527 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-barn-in-autumn-11-x-14-black-frame-art/product_315170 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rainbow-duo-finish-paper-roll-36-w-x-1000-l-orange-0063100/product_563257 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fire-king-1-hour-fire-resistant-lateral-file-cabinet-letter-legal-2-drawer-parchment-22-1-8-d-truck-to-loading-dock/product_668108 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:38:24 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:24 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:24 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:24 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:24 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:24 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:24 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:24 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:24 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:24 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:24 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:24 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:24 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:25 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:25 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:25 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:25 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:25 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:25 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:25 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:25 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:25 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:25 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:25 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:25 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:25 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:25 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:25 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:26 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:26 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:26 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:26 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:26 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:26 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:26 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:26 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:26 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:26 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:26 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:26 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:26 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:26 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:26 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:26 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:27 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:27 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:27 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:27 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:27 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:27 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:27 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:27 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:27 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:27 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:27 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:27 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:27 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:27 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:28 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:28 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:28 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:28 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:28 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:28 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:28 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:28 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:28 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:28 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:28 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:28 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:29 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:29 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:29 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:29 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:29 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:29 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:29 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:29 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:29 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:29 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:30 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:30 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:30 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:30 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:30 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:30 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:30 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:30 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:30 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:30 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:30 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:30 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:30 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:30 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:30 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:30 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:31 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:31 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:31 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:31 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:31 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:31 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:31 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:31 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:31 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:31 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:31 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:31 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:31 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:31 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:31 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:31 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:32 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:32 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:32 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:32 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:32 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:32 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:32 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:32 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:32 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:32 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:32 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:32 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:32 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:32 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:32 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:32 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/1500-6x4-ft-invttn-100-rc-gr/product_352428 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-barn-in-autumn-16-x-20-wood-frame-art/product_315177 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/1500-env-ll-wig-flt-1c-pis/product_349089 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/1500-lh-sm-grey-2nd-sheet-pis/product_349028 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:38:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-barn-in-autumn-22-x-32-canvas-art/product_315174 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rainbow-pac72040-assorted-bright-colors-bags-28-bags/product_1824246 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-barn-in-autumn-35-x-47-canvas-art/product_315175 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fire-sprinkler-valve-do-not-close-unless-authorized-10x14-rigid-plasticglow/product_563370 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/firehouse-subs-gift-card/product_SS198744366 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-bellied-squirrel-14-x-19-canvas-art/product_494451 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rainforest-cafe-gift-card/product_SS203777423 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/16-38-x11-38-x12-38-hazmat-shipping-box-275-ect-10-bundle-haz1049/product_946849 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fireking-1-hour-2-drawer-25-legal-fire-resistant-vertical-cabinet-putty-truck-to-loading-dock/product_670416 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-bellied-squirrel-35-x-47-canvas-art/product_501942 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-dashcam-500-dash-camera-0528020196/product_24425038 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-delorme-atlas-gazetteer-nebraska-state-map-15-5-x-11-1946494429/product_24532874 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/16-impulse-sealer-with-cutter/product_946487 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-by-philippe-hugonnard-16-x-20-black-matted-wood-frame-ph0123-w1620bmf/product_2085582 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-easy-to-fold-laminated-folded-map-arkansas-state-map-9-x-4-25-0528025945/product_24532944 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-by-philippe-hugonnard-11-x-14-white-matted-black-frame-ph0123-b1114mf/product_2079514 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/16-L-x-16-W-x-12-H-Shipping-Boxes-48-ECT-Double-Wall-Brown-5-Bundle-HD161612DW/product_946851 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fireking-1-hour-25-fire-resistant-vertical-cabinet-legal-4-dwr-parchment-52-3-4-h-x-20-13-16-w-x-25-1-16-d-inside-delivery/product_670441 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:38:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fireking-1-hour-fire-resistant-2-drawer-lateral-file-cabinet-31-dock-to-dock/product_668105 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-easy-to-fold-laminated-folded-map-georgia-state-map-9-x-4-25-0528026011/product_24532861 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-easy-to-fold-laminated-folded-map-illinois-state-map-9-x-4-25-0528026038/product_24532945 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:38:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/16-rctngl-adv-lbl-mt-3x4-pol/product_24514736 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fireking-1-hour-fire-resistant-vertical-cabinet-legal-2-dwr-black-27-3-4-h-x-20-13-16-w-x-31-9-16-d-truck-to-loading-dock/product_670413 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-earth-24-x-24-canvas-art/product_33647 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/16-x-10-x-32-gusseted-poly-bags-3-mil-clear-250-carton-1746/product_693231 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-easy-to-fold-laminated-folded-map-north-dakota-and-south-dakota-state-map-9-x-4-25-0528024779/product_24532951 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fireking-2-drawer-mobile-vertical-file-cabinet-letter-legal-size-lockable-fire-resistant-arctic-white-2m1822-1aw/product_24560711 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-flowers-with-jar-35-x-47-canvas-art/product_317506 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-giant-by-preston-16-x-24-canvas-art-em027-c1624gg/product_2081100 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/16-x-100-poly-sheeting-4-0-mil-clear-4440/product_940135 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fireking-2-drawer-mobile-vertical-file-cabinet-letter-legal-size-lockable-fire-resistant-arctic-white-2m1822-1awi/product_24560713 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:38:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fireking-2-drawer-mobile-vertical-file-cabinet-letter-legal-size-lockable-fire-resistant-platinum-2m1822-1pl/product_24560722 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/16-x-12-reclosable-poly-bags-3-mil-clear-250-carton-4087/product_694748 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-easy-to-read-folded-map-illinois-state-map-9-5-x-4-0528025716/product_24532948 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-easy-to-read-folded-map-indiana-state-map-9-5-x-4-0528025783/product_24532950 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fireking-2-drawer-vertical-file-cabinet-legal-2p2131cbli/product_356366 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-poppies-in-the-wood-by-manor-shadian-11-x-14-white-matted-black-frame-ma0624-b1114mf/product_2082089 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/16-x-12-x-12-shipping-boxes-brown-15-bundle-hd161212dw/product_630465 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-poppies-in-the-wood-by-manor-shadian-11-x-14-white-matted-wood-frame-ma0624-w1114mf/product_2082087 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:38:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-poppies-in-the-wood-by-manor-shadian-14-x-19-canvas-art-ma0624-c1419gg/product_2079231 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-easy-to-read-folded-map-south-carolina-state-map-9-x-4-13-0528025902/product_24532956 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-poppies-in-the-wood-by-manor-shadian-16-x-20-black-matted-wood-frame-ma0624-w1620bmf/product_2086207 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fireking-2-hour-4-drawer-fire-resistant-vertical-file-cabinet-legal-size-loading-dock-black/product_670555 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-easy-to-read-laminated-folded-map-texas-state-map-9-5-x-4-0528025732/product_24532867 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fireking-2-hour-rated-4-drawer-vertical-file-cabinet-fire-resistant-legal-parchment-32-06-d-4-2157-2pa/product_670535 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-folded-map-albany-schenectady-troy-street-map-9-5-x-4-0528024353/product_24532955 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fireking-2-hour-rated-4-drawer-vertical-file-cabinet-fire-resistant-letter-beige-31-19-d-4-1956-2pa/product_670532 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:38:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-poppies-in-the-wood-by-manor-shadian-16-x-20-white-matted-wood-frame-ma0624-w1620mf/product_2086206 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-poppies-in-the-wood-by-manor-shadian-24-x-32-canvas-art-ma0624-c2432gg/product_2078115 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fireking-2-hour-rated-4-drawer-vertical-file-cabinet-fire-resistant-letter-beige-31-19-d-dock-4-1956-2pa/product_373235 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/16-x-12-x-4-32-ect-shipping-boxes-bs161204/product_2807139 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/16-x-12-x-4-deluxe-literature-mailers-50-bundle-mfl16124k/product_1578501 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/16-x-12-x-6-multi-depth-shipping-boxes-32-ect-brown-25-bundle-md16126/product_630108 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-folded-map-nashville-streets-9-5-x-4-0528025112/product_24539104 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/1500-6x4-ft-invttn-100-rc-gr/product_352428 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-barn-in-autumn-16-x-20-wood-frame-art/product_315177 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/1500-env-ll-wig-flt-1c-pis/product_349089 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/1500-lh-sm-grey-2nd-sheet-pis/product_349028 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:38:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rainbow-pac72040-assorted-bright-colors-bags-28-bags/product_1824246 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-barn-in-autumn-35-x-47-canvas-art/product_315175 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-barn-in-autumn-22-x-32-canvas-art/product_315174 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/firehouse-subs-gift-card/product_SS198744366 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fire-sprinkler-valve-do-not-close-unless-authorized-10x14-rigid-plasticglow/product_563370 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-bellied-squirrel-14-x-19-canvas-art/product_494451 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rainforest-cafe-gift-card/product_SS203777423 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/16-38-x11-38-x12-38-hazmat-shipping-box-275-ect-10-bundle-haz1049/product_946849 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fireking-1-hour-2-drawer-25-legal-fire-resistant-vertical-cabinet-putty-truck-to-loading-dock/product_670416 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-bellied-squirrel-35-x-47-canvas-art/product_501942 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-dashcam-500-dash-camera-0528020196/product_24425038 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-delorme-atlas-gazetteer-nebraska-state-map-15-5-x-11-1946494429/product_24532874 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-by-philippe-hugonnard-16-x-20-black-matted-wood-frame-ph0123-w1620bmf/product_2085582 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/16-impulse-sealer-with-cutter/product_946487 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-easy-to-fold-laminated-folded-map-arkansas-state-map-9-x-4-25-0528025945/product_24532944 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-by-philippe-hugonnard-11-x-14-white-matted-black-frame-ph0123-b1114mf/product_2079514 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/16-L-x-16-W-x-12-H-Shipping-Boxes-48-ECT-Double-Wall-Brown-5-Bundle-HD161612DW/product_946851 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fireking-1-hour-25-fire-resistant-vertical-cabinet-legal-4-dwr-parchment-52-3-4-h-x-20-13-16-w-x-25-1-16-d-inside-delivery/product_670441 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:38:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fireking-1-hour-fire-resistant-2-drawer-lateral-file-cabinet-31-dock-to-dock/product_668105 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-easy-to-fold-laminated-folded-map-illinois-state-map-9-x-4-25-0528026038/product_24532945 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:38:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-easy-to-fold-laminated-folded-map-georgia-state-map-9-x-4-25-0528026011/product_24532861 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/16-rctngl-adv-lbl-mt-3x4-pol/product_24514736 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fireking-1-hour-fire-resistant-vertical-cabinet-legal-2-dwr-black-27-3-4-h-x-20-13-16-w-x-31-9-16-d-truck-to-loading-dock/product_670413 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-earth-24-x-24-canvas-art/product_33647 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/16-x-10-x-32-gusseted-poly-bags-3-mil-clear-250-carton-1746/product_693231 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-easy-to-fold-laminated-folded-map-north-dakota-and-south-dakota-state-map-9-x-4-25-0528024779/product_24532951 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-flowers-with-jar-35-x-47-canvas-art/product_317506 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fireking-2-drawer-mobile-vertical-file-cabinet-letter-legal-size-lockable-fire-resistant-arctic-white-2m1822-1aw/product_24560711 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-giant-by-preston-16-x-24-canvas-art-em027-c1624gg/product_2081100 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/16-x-100-poly-sheeting-4-0-mil-clear-4440/product_940135 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:38:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fireking-2-drawer-mobile-vertical-file-cabinet-letter-legal-size-lockable-fire-resistant-arctic-white-2m1822-1awi/product_24560713 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fireking-2-drawer-mobile-vertical-file-cabinet-letter-legal-size-lockable-fire-resistant-platinum-2m1822-1pl/product_24560722 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/16-x-12-reclosable-poly-bags-3-mil-clear-250-carton-4087/product_694748 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-easy-to-read-folded-map-illinois-state-map-9-5-x-4-0528025716/product_24532948 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-easy-to-read-folded-map-indiana-state-map-9-5-x-4-0528025783/product_24532950 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fireking-2-drawer-vertical-file-cabinet-legal-2p2131cbli/product_356366 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-poppies-in-the-wood-by-manor-shadian-11-x-14-white-matted-black-frame-ma0624-b1114mf/product_2082089 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/16-x-12-x-12-shipping-boxes-brown-15-bundle-hd161212dw/product_630465 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-poppies-in-the-wood-by-manor-shadian-11-x-14-white-matted-wood-frame-ma0624-w1114mf/product_2082087 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:38:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-poppies-in-the-wood-by-manor-shadian-14-x-19-canvas-art-ma0624-c1419gg/product_2079231 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-easy-to-read-folded-map-south-carolina-state-map-9-x-4-13-0528025902/product_24532956 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-poppies-in-the-wood-by-manor-shadian-16-x-20-black-matted-wood-frame-ma0624-w1620bmf/product_2086207 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fireking-2-hour-4-drawer-fire-resistant-vertical-file-cabinet-legal-size-loading-dock-black/product_670555 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-easy-to-read-laminated-folded-map-texas-state-map-9-5-x-4-0528025732/product_24532867 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fireking-2-hour-rated-4-drawer-vertical-file-cabinet-fire-resistant-legal-parchment-32-06-d-4-2157-2pa/product_670535 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-folded-map-albany-schenectady-troy-street-map-9-5-x-4-0528024353/product_24532955 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fireking-2-hour-rated-4-drawer-vertical-file-cabinet-fire-resistant-letter-beige-31-19-d-4-1956-2pa/product_670532 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:38:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/16-x-12-x-4-32-ect-shipping-boxes-bs161204/product_2807139 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fireking-2-hour-rated-4-drawer-vertical-file-cabinet-fire-resistant-letter-beige-31-19-d-dock-4-1956-2pa/product_373235 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-poppies-in-the-wood-by-manor-shadian-24-x-32-canvas-art-ma0624-c2432gg/product_2078115 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-poppies-in-the-wood-by-manor-shadian-16-x-20-white-matted-wood-frame-ma0624-w1620mf/product_2086206 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/16-x-12-x-4-deluxe-literature-mailers-50-bundle-mfl16124k/product_1578501 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/16-x-12-x-6-multi-depth-shipping-boxes-32-ect-brown-25-bundle-md16126/product_630108 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-folded-map-nashville-streets-9-5-x-4-0528025112/product_24539104 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:52 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:52 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:52 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:52 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:52 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:52 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:52 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:52 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:52 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:52 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:52 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:52 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:52 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:52 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:52 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:52 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:53 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:53 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:53 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:53 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:53 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:53 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:53 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:53 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:53 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:53 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:53 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:53 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:53 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:53 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:53 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:53 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:54 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:54 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:54 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:54 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:54 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:54 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:54 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:54 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:54 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:54 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:54 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:54 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:54 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:54 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:54 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:54 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:55 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:55 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:55 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:55 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:55 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:55 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:55 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:55 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:55 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:55 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:55 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:55 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:55 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:55 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:55 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:55 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:56 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:56 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:56 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:56 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:56 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:56 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:56 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:56 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:56 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:56 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:56 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:56 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:56 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:56 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:56 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:56 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:57 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:57 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:57 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:57 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:57 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:57 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:57 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:57 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:57 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:57 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:57 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:57 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:57 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:57 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:57 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:57 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:58 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:58 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:58 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:58 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:58 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:58 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:58 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:58 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:58 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:58 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:58 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:58 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:58 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:58 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:58 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:58 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:38:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-folded-map-northern-virginia-9-5-x-4-0528025163/product_24532972 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:38:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-poppy-impressions-by-sheila-golden-16-x-20-black-matted-black-frame-sg5735-b1620bmf/product_2077061 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-folded-map-portland-street-map-9-5-x-4-0528025236/product_24532946 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-poppy-impressions-by-sheila-golden-16-x-20-black-matted-wood-frame-sg5735-w1620bmf/product_2077059 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/16-x-13-x-13-shipping-boxes-32-ect-brown-25-bundle-161313/product_574402 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-folded-map-san-antonio-street-map-9-5-x-4-0528025309/product_24532870 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:38:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-poppy-impressions-by-sheila-golden-16-x-20-white-matted-black-frame-sg5735-b1620mf/product_2077060 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fireking-classic-2-drawer-lateral-file-cabinet-fire-resistant-letter-legal-black-31-19-w-2-3122-cbl/product_710072 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-philadelphia-and-southeast-pennsylvania-folded-regional-map-9-5-x-4-0528025597/product_24579830 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fireking-classic-2-drawer-lateral-file-cabinet-fire-resistant-letter-legal-black-37-5-w-2-3822-cbl/product_674495 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/16-x-14-x-24-gusseted-poly-bags-2-mil-clear-500-carton-1623/product_361536 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-poppy-impressions-by-sheila-golden-22-x-32-canvas-art-sg5735-c2232gg/product_2077121 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:39:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:39:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-poppy-memory-18-x-18-canvas-art/product_33716 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-poppy-memory-24-x-24-canvas-art/product_33715 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fireking-classic-4-drawer-lateral-file-cabinet-fire-resistant-letter-legal-beige-31-19-w-4-3122-cpa/product_668113 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fireking-classic-4-drawer-lateral-file-cabinet-52-75-x-44-5-letter-legal-fire-resistant-black-4-4422-cbl/product_2725796 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fireking-classic-4-drawer-lateral-file-cabinet-fire-resistant-letter-legal-black-31-19-w-4-3122-cbl/product_710135 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/random-house-we-are-heroes-dc-super-friends-9781984849328/product_24557633 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:39:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fireking-classic-4-drawer-lateral-file-cabinet-fire-resistant-letter-legal-black-31-19-w-dock-4-3122-cbl/product_710134 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:39:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fireking-classic-4-drawer-lateral-file-cabinet-fire-resistant-letter-legal-black-37-5-w-dock-4-3822-cbl/product_710136 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:39:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fireking-classic-4-drawer-lateral-file-cabinet-fire-resistant-parchment-letter-legal-44-5-w-4-4422-cpa/product_2725797 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/16-x-16-layflat-poly-bags-1-mil-clear-1000-carton-2395/product_361053 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:39:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/range-kleen-step-stool-single-step-ss1b/product_24314643 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/range-kleen-style-e-6-chrome-drip-pans-single-piece-silver/product_210136 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ranger-39387-pk6-stickles-glitter-glue-frost-lace-0-5oz-bottle-6-pack/product_1717544 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ranger-archival-ink-aquamarine-2-1-2-in-x-3-3-4-in-pad-pack-of-3/product_1720298 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fireking-fireshield-2-drawer-vertical-file-cabinet-arctic-white-letter-legal-white-glove-delivery-2s1822-ddssfi/product_24375631 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ranger-archival-ink-cobalt-2-1-2-in-x-3-3-4-in-pad-pack-of-3-3pk-aip31444/product_2130333 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:39:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fireking-classic-4-drawer-vertical-file-cabinet-fire-resistant-letter-black-31-56-d-4-1831-cbl/product_670467 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/16-x-16-x-16-standard-shipping-boxes-32-ect-kraft-25-bundle-161616/product_415598 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-star-by-philippe-sainte-laudy-16-x-24-canvas-art-psl0445-c1624gg/product_2077813 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-star-by-philippe-sainte-laudy-22-x-32-canvas-art-psl0445-c2232gg/product_2077137 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:39:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/16-x-16-x-24-shipping-boxes-32-ect-brown-20-bundle-161624/product_405033 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/16-x-16-x-20-shipping-boxes-32-ect-brown-20-bundle-161620/product_630591 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fireking-patriot-2-drawer-vertical-file-cabinet-fire-resistant-letter-legal-beige-25-d-2p1825-cpa/product_356364 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fireking-patriot-4-drawer-vertical-file-cabinet-fire-resistant-legal-beige-31-56-d-4p2131-cpa/product_356357 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ranger-archival-ink-sepia-2-1-2-in-x-3-3-4-in-pad-pack-of-3/product_1720300 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-tiger-ostramerium-flower-by-kurt-shaffer-16x20-frm-art-wht-mtd-ks0157-b1620mf/product_1552759 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:39:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fireking-patriot-4-drawer-vertical-file-cabinet-fire-resistant-legal-black-31-56-d-4p2131-cbl/product_356365 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/16-x-16-x-36-shipping-boxes-32-ect-brown-20-bundle-bs161636/product_2647547 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ranger-archival-ink-viridian-2-1-2-in-x-3-3-4-in-pad-pack-of-3/product_1718599 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fireking-patriot-4-drawer-vertical-file-cabinet-fire-resistant-letter-black-31-56-d-4p1831-cbl/product_356166 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fireking-patriot-4-drawer-vertical-file-cabinet-fire-resistant-letter-legal-beige-25-d-dock-4p1825-cpa/product_356160 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/16-x-16-x-8-32-ect-shipping-boxes/product_24409989 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:39:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ranger-dylusions-ink-sprays-fresh-lime-2oz-bottle-3-pack-71985-pk3/product_1720646 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:39:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/16-x-16-x-9-shipping-boxes-32-ect-brown-25-bundle-16169/product_557417 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ranger-liquid-pearls-pearlescent-paint-rouge-1-2-oz-pack-of-8-8pk-lpl28222/product_2138496 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fireking-safe-in-a-file-4-file-drawer-vertical-file-cabinet-fire-resistant-beige-legal-31-56-d-4-2131-cpasf/product_912482 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ranger-ready-permethrin-spray-for-insects-and-ticks-24oz-fms19/product_24602411 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/16-x-18-layflat-poly-bags-6-mil-clear-250-carton-8545/product_360993 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:39:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-white-blue-by-david-ayash-12-x-19-canvas-art-ma0640-c1219gg/product_2079104 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-folded-map-northern-virginia-9-5-x-4-0528025163/product_24532972 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:39:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-poppy-impressions-by-sheila-golden-16-x-20-black-matted-black-frame-sg5735-b1620bmf/product_2077061 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-folded-map-portland-street-map-9-5-x-4-0528025236/product_24532946 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-poppy-impressions-by-sheila-golden-16-x-20-black-matted-wood-frame-sg5735-w1620bmf/product_2077059 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-folded-map-san-antonio-street-map-9-5-x-4-0528025309/product_24532870 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/16-x-13-x-13-shipping-boxes-32-ect-brown-25-bundle-161313/product_574402 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-poppy-impressions-by-sheila-golden-16-x-20-white-matted-black-frame-sg5735-b1620mf/product_2077060 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:09 [scrapy.extensions.logstats] (PID: 171) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2025-12-20 14:39:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fireking-classic-2-drawer-lateral-file-cabinet-fire-resistant-letter-legal-black-31-19-w-2-3122-cbl/product_710072 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fireking-classic-2-drawer-lateral-file-cabinet-fire-resistant-letter-legal-black-37-5-w-2-3822-cbl/product_674495 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rand-mcnally-philadelphia-and-southeast-pennsylvania-folded-regional-map-9-5-x-4-0528025597/product_24579830 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/16-x-14-x-24-gusseted-poly-bags-2-mil-clear-500-carton-1623/product_361536 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:39:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-poppy-impressions-by-sheila-golden-22-x-32-canvas-art-sg5735-c2232gg/product_2077121 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-poppy-memory-18-x-18-canvas-art/product_33716 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:39:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-poppy-memory-24-x-24-canvas-art/product_33715 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fireking-classic-4-drawer-lateral-file-cabinet-fire-resistant-letter-legal-beige-31-19-w-4-3122-cpa/product_668113 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fireking-classic-4-drawer-lateral-file-cabinet-52-75-x-44-5-letter-legal-fire-resistant-black-4-4422-cbl/product_2725796 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fireking-classic-4-drawer-lateral-file-cabinet-fire-resistant-letter-legal-black-31-19-w-4-3122-cbl/product_710135 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/random-house-we-are-heroes-dc-super-friends-9781984849328/product_24557633 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:39:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fireking-classic-4-drawer-lateral-file-cabinet-fire-resistant-letter-legal-black-31-19-w-dock-4-3122-cbl/product_710134 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:39:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fireking-classic-4-drawer-lateral-file-cabinet-fire-resistant-letter-legal-black-37-5-w-dock-4-3822-cbl/product_710136 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:39:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/16-x-16-layflat-poly-bags-1-mil-clear-1000-carton-2395/product_361053 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fireking-classic-4-drawer-lateral-file-cabinet-fire-resistant-parchment-letter-legal-44-5-w-4-4422-cpa/product_2725797 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:39:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/range-kleen-step-stool-single-step-ss1b/product_24314643 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/range-kleen-style-e-6-chrome-drip-pans-single-piece-silver/product_210136 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ranger-39387-pk6-stickles-glitter-glue-frost-lace-0-5oz-bottle-6-pack/product_1717544 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ranger-archival-ink-aquamarine-2-1-2-in-x-3-3-4-in-pad-pack-of-3/product_1720298 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fireking-fireshield-2-drawer-vertical-file-cabinet-arctic-white-letter-legal-white-glove-delivery-2s1822-ddssfi/product_24375631 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ranger-archival-ink-cobalt-2-1-2-in-x-3-3-4-in-pad-pack-of-3-3pk-aip31444/product_2130333 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:39:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fireking-classic-4-drawer-vertical-file-cabinet-fire-resistant-letter-black-31-56-d-4-1831-cbl/product_670467 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/16-x-16-x-16-standard-shipping-boxes-32-ect-kraft-25-bundle-161616/product_415598 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-star-by-philippe-sainte-laudy-16-x-24-canvas-art-psl0445-c1624gg/product_2077813 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-star-by-philippe-sainte-laudy-22-x-32-canvas-art-psl0445-c2232gg/product_2077137 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:39:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/16-x-16-x-24-shipping-boxes-32-ect-brown-20-bundle-161624/product_405033 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fireking-patriot-2-drawer-vertical-file-cabinet-fire-resistant-letter-legal-beige-25-d-2p1825-cpa/product_356364 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/16-x-16-x-20-shipping-boxes-32-ect-brown-20-bundle-161620/product_630591 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fireking-patriot-4-drawer-vertical-file-cabinet-fire-resistant-legal-beige-31-56-d-4p2131-cpa/product_356357 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ranger-archival-ink-sepia-2-1-2-in-x-3-3-4-in-pad-pack-of-3/product_1720300 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-tiger-ostramerium-flower-by-kurt-shaffer-16x20-frm-art-wht-mtd-ks0157-b1620mf/product_1552759 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:39:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fireking-patriot-4-drawer-vertical-file-cabinet-fire-resistant-legal-black-31-56-d-4p2131-cbl/product_356365 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/16-x-16-x-36-shipping-boxes-32-ect-brown-20-bundle-bs161636/product_2647547 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ranger-archival-ink-viridian-2-1-2-in-x-3-3-4-in-pad-pack-of-3/product_1718599 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fireking-patriot-4-drawer-vertical-file-cabinet-fire-resistant-letter-black-31-56-d-4p1831-cbl/product_356166 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fireking-patriot-4-drawer-vertical-file-cabinet-fire-resistant-letter-legal-beige-25-d-dock-4p1825-cpa/product_356160 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/16-x-16-x-8-32-ect-shipping-boxes/product_24409989 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:39:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ranger-dylusions-ink-sprays-fresh-lime-2oz-bottle-3-pack-71985-pk3/product_1720646 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:39:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/16-x-16-x-9-shipping-boxes-32-ect-brown-25-bundle-16169/product_557417 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fireking-safe-in-a-file-4-file-drawer-vertical-file-cabinet-fire-resistant-beige-legal-31-56-d-4-2131-cpasf/product_912482 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ranger-liquid-pearls-pearlescent-paint-rouge-1-2-oz-pack-of-8-8pk-lpl28222/product_2138496 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ranger-ready-permethrin-spray-for-insects-and-ticks-24oz-fms19/product_24602411 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/16-x-18-layflat-poly-bags-6-mil-clear-250-carton-8545/product_360993 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:39:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-white-blue-by-david-ayash-12-x-19-canvas-art-ma0640-c1219gg/product_2079104 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:19 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:19 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:19 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:19 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:19 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:19 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:19 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:19 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:19 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:19 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:19 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:19 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:19 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:19 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:19 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:19 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:20 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:20 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:20 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:20 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:20 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:20 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:20 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:20 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:20 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:20 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:20 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:20 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:20 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:20 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:20 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:20 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:21 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:21 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:21 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:21 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:21 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:21 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:21 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:21 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:21 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:21 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:21 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:21 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:21 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:21 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:21 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:21 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:22 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:22 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:22 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:22 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:22 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:22 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:22 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:22 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:22 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:22 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:22 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:22 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:22 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:22 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:22 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:22 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:23 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:23 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:23 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:23 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:23 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:23 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:23 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:23 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:23 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:23 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:23 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:23 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:23 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:23 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:23 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:23 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:24 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:24 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:24 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:24 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:24 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:24 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:24 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:24 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:24 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:24 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:24 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:24 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:24 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:25 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:25 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:25 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ranger-ready-permethrin-spray-for-insects-and-ticks-8oz-fms20/product_24602412 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:39:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ranger-stickles-glitter-glue-christmas-red-0-5-oz-bottle-pack-of-6/product_1717543 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ranger-stickles-glitter-glue-black-diamond-0-5-oz-bottle-pack-of-6/product_1717552 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/16-x-20-antistatic-layflat-poly-bags-4-mil-pink-500-carton-12202/product_940305 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fireking-vertical-3-drawer-legal-fireproof-file-cabinet-assorted-colors/product_SS212599361 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fireking-vertical-file-cabinet-4-drawer-parchment-52-3-4-h-x-17-11-16-w-x-31-9-16-d/product_132211 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-wrap-14-x-19-canvas-art/product_817709 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-wrap-35-x-47-canvas-art/product_817706 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-adirondack-alcohol-inks-bottle-earthtones-0-5-oz-bottle-pack-of-6-6pk-tim21957/product_2130289 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/16-x-20-layflat-poly-bags-2-mil-clear-500-carton-pb575/product_427245 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-0-13-benzalkonium-chloride-antiseptic-burn-cream-12-box-13-006/product_1725427 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-adirondack-alcohol-inks-cranberry-earthtones-0-5-oz-bottle-pack-of-6-6pk-tim21995/product_2130371 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:39:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/16-x-20-layflat-poly-bags-4-mil-clear-500-carton-1245/product_939801 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/16-x-20-layflat-poly-bags-6-mil-clear-250-carton-8550/product_692177 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:39:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-reflection-18-x-24-canvas-art/product_317608 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:39:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-0-88-dia-plastic-spot-adhesive-bandages-200-pack-91250/product_24566409 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-adirondack-alcohol-inks-peach-bellini-lights-0-5-oz-bottle-pack-of-6-6pk-tal25658/product_2138340 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/16-x-22-100-Gauge-Staples-Shrink-Bag-100-Case/product_947660 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-1-75-x-2-large-fabric-fingertip-adhesive-bandages-10-box-1-010/product_214258 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:39:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:39:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/16-x-24-layflat-poly-bags-1-mil-clear-1000-carton-2406/product_692268 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:39:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-adirondack-alcohol-inks-silver-mixatives-0-5-oz-bottle-pack-of-3-3pk-tim22176/product_2130404 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:39:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-distress-ink-barn-door-pad-3-pack-69435-pk3/product_1720980 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-15-piece-blood-borne-pathogen-treatment-pack-91169/product_24566410 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/16-x-3-core-polyester-strapping-machine-grade-2-carton-sps4825g/product_946588 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-2-lidocaine-hcl-antiseptic-burn-spray-4-fl-oz-13-040/product_813146 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-regatta-at-argenteuil-11-x-14-black-frame-art/product_313069 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:39:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-2-person-3-day-hurricane-emergency-preparedness-kit-91055/product_24356139 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-regatta-at-argenteuil-16-x-20-wood-frame-art/product_313076 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-209-piece-shelter-in-place-emergency-preparedness-backpack-orange-gray-91308/product_24566366 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-regatta-at-argenteuil-1874-18-x-24-canvas-art/product_499150 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-distress-ink-milled-lavender-pad-pack-of-3/product_1720997 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:39:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-regatta-at-argenteuil-30-x-47-canvas-art/product_313074 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/16-x-40-layflat-poly-bags-1-5-mil-clear-500-carton-249/product_939521 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-distress-ink-peeled-paint-pad-3-pack-50822-pk3/product_1720991 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-25-person-first-aid-kit-9008tundra/product_2476251 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:39:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/16-x-500-75-gauge-pvc-shrink-film-clear-shpvc1675r/product_667637 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/16-x-6-core-polyester-strapping-machine-grade-sps5835g/product_946402 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-distress-ink-victorian-velvet-pad-pack-of-3/product_1721064 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:39:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rena-may-et-gerardy-16-x-20-black-frame-art/product_821480 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-distress-ink-worn-lipstick-pad-pack-of-3/product_1720985 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rena-may-et-gerardy-11-x-14-black-frame-art/product_821485 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-4-sterile-8-ply-pads-50-box-j213/product_71730 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rena-may-et-gerardy-14-x-19-canvas-art/product_821708 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:39:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:39:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-5-day-personal-protection-kit-one-size-22-pieces-kit-91227/product_24450248 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-resonance-by-philippe-sainte-laudy-11-x-14-white-matted-black-frame-psl0446-b1114mf/product_2079407 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-resonance-by-philippe-sainte-laudy-12-x-19-canvas-art-psl0446-c1219gg/product_2081197 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rapesco-hd-100-heavy-duty-stapler-100-sheet-capacity-black-rp-1276/product_2767332 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/160-rctngl-adv-lbl-mt-3x4-pol/product_24514748 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:39:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/160-rctngl-adv-lbl-gls-3x4-pol/product_24514757 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ranger-ready-permethrin-spray-for-insects-and-ticks-8oz-fms20/product_24602412 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ranger-stickles-glitter-glue-black-diamond-0-5-oz-bottle-pack-of-6/product_1717552 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fireking-vertical-3-drawer-legal-fireproof-file-cabinet-assorted-colors/product_SS212599361 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ranger-stickles-glitter-glue-christmas-red-0-5-oz-bottle-pack-of-6/product_1717543 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:39:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/16-x-20-antistatic-layflat-poly-bags-4-mil-pink-500-carton-12202/product_940305 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fireking-vertical-file-cabinet-4-drawer-parchment-52-3-4-h-x-17-11-16-w-x-31-9-16-d/product_132211 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-wrap-14-x-19-canvas-art/product_817709 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-red-wrap-35-x-47-canvas-art/product_817706 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-adirondack-alcohol-inks-bottle-earthtones-0-5-oz-bottle-pack-of-6-6pk-tim21957/product_2130289 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/16-x-20-layflat-poly-bags-2-mil-clear-500-carton-pb575/product_427245 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-adirondack-alcohol-inks-cranberry-earthtones-0-5-oz-bottle-pack-of-6-6pk-tim21995/product_2130371 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:39:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-0-13-benzalkonium-chloride-antiseptic-burn-cream-12-box-13-006/product_1725427 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/16-x-20-layflat-poly-bags-4-mil-clear-500-carton-1245/product_939801 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/16-x-20-layflat-poly-bags-6-mil-clear-250-carton-8550/product_692177 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:39:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-reflection-18-x-24-canvas-art/product_317608 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:39:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-adirondack-alcohol-inks-peach-bellini-lights-0-5-oz-bottle-pack-of-6-6pk-tal25658/product_2138340 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/16-x-22-100-Gauge-Staples-Shrink-Bag-100-Case/product_947660 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-0-88-dia-plastic-spot-adhesive-bandages-200-pack-91250/product_24566409 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-1-75-x-2-large-fabric-fingertip-adhesive-bandages-10-box-1-010/product_214258 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:39:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:39:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/16-x-24-layflat-poly-bags-1-mil-clear-1000-carton-2406/product_692268 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:39:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-distress-ink-barn-door-pad-3-pack-69435-pk3/product_1720980 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-adirondack-alcohol-inks-silver-mixatives-0-5-oz-bottle-pack-of-3-3pk-tim22176/product_2130404 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-15-piece-blood-borne-pathogen-treatment-pack-91169/product_24566410 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:39:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/16-x-3-core-polyester-strapping-machine-grade-2-carton-sps4825g/product_946588 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-2-lidocaine-hcl-antiseptic-burn-spray-4-fl-oz-13-040/product_813146 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-regatta-at-argenteuil-11-x-14-black-frame-art/product_313069 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:39:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-2-person-3-day-hurricane-emergency-preparedness-kit-91055/product_24356139 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-regatta-at-argenteuil-16-x-20-wood-frame-art/product_313076 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-regatta-at-argenteuil-1874-18-x-24-canvas-art/product_499150 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-209-piece-shelter-in-place-emergency-preparedness-backpack-orange-gray-91308/product_24566366 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-distress-ink-milled-lavender-pad-pack-of-3/product_1720997 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:39:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-regatta-at-argenteuil-30-x-47-canvas-art/product_313074 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/16-x-40-layflat-poly-bags-1-5-mil-clear-500-carton-249/product_939521 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-distress-ink-peeled-paint-pad-3-pack-50822-pk3/product_1720991 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/16-x-500-75-gauge-pvc-shrink-film-clear-shpvc1675r/product_667637 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:39:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-25-person-first-aid-kit-9008tundra/product_2476251 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/16-x-6-core-polyester-strapping-machine-grade-sps5835g/product_946402 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-distress-ink-victorian-velvet-pad-pack-of-3/product_1721064 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:39:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ranger-tim-holtz-distress-ink-worn-lipstick-pad-pack-of-3/product_1720985 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rena-may-et-gerardy-16-x-20-black-frame-art/product_821480 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rena-may-et-gerardy-11-x-14-black-frame-art/product_821485 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rena-may-et-gerardy-14-x-19-canvas-art/product_821708 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-4-sterile-8-ply-pads-50-box-j213/product_71730 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:39:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:39:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-5-day-personal-protection-kit-one-size-22-pieces-kit-91227/product_24450248 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-resonance-by-philippe-sainte-laudy-11-x-14-white-matted-black-frame-psl0446-b1114mf/product_2079407 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rapesco-hd-100-heavy-duty-stapler-100-sheet-capacity-black-rp-1276/product_2767332 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-resonance-by-philippe-sainte-laudy-12-x-19-canvas-art-psl0446-c1219gg/product_2081197 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/160-rctngl-adv-lbl-mt-3x4-pol/product_24514748 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:39:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/160-rctngl-adv-lbl-gls-3x4-pol/product_24514757 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:43 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:43 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:43 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:43 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:43 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:43 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:43 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:43 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:43 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:43 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:43 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:43 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:43 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:43 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:43 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:43 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:44 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:44 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:44 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:44 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:44 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:44 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:44 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:44 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:45 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:45 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:45 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:45 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:45 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:45 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:45 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:45 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:45 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:45 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:45 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:45 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:45 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:45 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:45 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:45 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:46 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:46 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:46 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:46 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:46 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:46 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:46 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:46 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:46 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:46 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:46 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:46 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:46 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:46 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:46 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:46 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:47 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:47 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:47 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:47 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:47 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:47 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:47 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:47 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:47 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:47 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:47 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:47 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:47 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:47 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:47 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:47 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:48 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:48 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:48 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:48 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:48 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:48 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:48 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:48 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:48 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:48 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:48 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:49 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:49 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:49 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:49 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:49 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:49 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:49 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:49 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:49 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:49 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:49 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:50 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:50 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:50 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:50 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:50 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:50 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:50 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:50 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:50 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:50 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:50 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:50 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:39:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:39:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/16w-2-drawer-mobile-pedestal-assembled/product_SS204152509 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-89-pc-first-aid-kit-for-25-90588/product_1725437 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:39:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:39:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-9-piece-cpr-sprains-treatment-pack-91165/product_24566411 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rapidesign-architectural-and-contractors-templates-bolts-and-nuts-1-8-in-1-ft/product_1720545 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-american-red-cross-deluxe-personal-safety-31-piece-emergency-preparedness-kit-faorc622/product_764102 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-ansi-2015-retro-medium-food-service-metal-first-aid-kit-refill-for-up-to-25-people-90747/product_2138211 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rapidesign-circle-drafting-templates-metric-circles-37-circles-r2040/product_2246591 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:39:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-retro-political-map-of-the-world-2-by-michael-tompsett-16-x-24-canvas-art-mt0728-c1624gg/product_2080020 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rapidesign-ellipses-drafting-templates-large-isometric-ellipses-25-ellipses-each-r124/product_2245499 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/17-25-x-11-25-x-4-corrugated-kraft-boxes-flat-25-bundle-bs171104x/product_24410467 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/17-25-x-11-25-x-6-shipping-boxes-32-ect-brown-25-bundle-17116/product_426322 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rapidesign-engineers-drafting-and-design-templates-flow-85802/product_2245541 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-ansi-b-type-i-ii-2-shelf-metal-first-aid-cabinet-with-medications-75-people-90573/product_1725430 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-anti-itch-cream-with-hydrocortisone-0-03-oz-25-box-g486/product_813142 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/17-25-x-11-25-x-7-shipping-boxes-32-ect-brown-25-bundle-17117/product_414193 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:39:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rapidesign-interior-drafting-and-design-templates-house-furnishings-1-8-in-1-ft/product_1716687 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-retro-political-map-of-the-world-by-michael-tompsett-22-x-32-canvas-art-mt0727-c2232gg/product_2077330 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:39:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:39:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/raritan-dominion-dkx4-101-kvm-over-ip-switch/product_IM16NA950 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/17-75-x-16-5-x-2-37-shipping-boxes-ltc-s004-01/product_24596780 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-bleeding-control-kit-red-91543/product_24585444 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/17-L-x-17-W-x-6-H-Shipping-Boxes-32-ECT-Brown-20-Bundle-BS171706/product_405031 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-reverencia-by-moises-levy-18-x-18-canvas-art-ali1081-c1818gg/product_2085382 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rhead-11-x-14-black-frame-art/product_821446 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:39:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/17-x-10-x-8-25-insulated-shipping-containers-1-5-thick-245c/product_593540 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ravensburger-the-puzzler-s-palette-puzzle-entertainment-multi-grade-88327/product_24460945 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-burn-dressing-4-x-4-1-box-fae-7012/product_2108661 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-burn-dressing-4-x-4-16-004/product_2706110 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:39:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-bzk-0-133-benzalkonium-chloride-antiseptic-wipes-25-box-51028/product_778761 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/17-x-13-x-13-shipping-boxes-32-ect-brown-25-bundle-171313/product_574499 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rhead-35-x-47-canvas-art/product_821646 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:39:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:39:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rhode-island-map-16-x-20-black-frame-art/product_316510 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/17-x-14-x-14-shipping-boxes-32-ect-brown-25-bundle-171414/product_630620 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rhode-island-map-16-x-20-wood-frame-art/product_316516 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-elastic-bandage-wrap-w-2-fasteners-latex-free-3-x-5yd-12-box/product_71326 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rhode-island-map-24-x-32-canvas-art/product_316513 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rhode-island-map-by-michael-tompsett-24-x-32-canvas-art-mt0690-c2432gg/product_2078088 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rhode-island-map-by-michael-tompsett-14-x-19-canvas-art-mt0690-c1419gg/product_2079067 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rhode-island-map-by-michael-tompsett-35-x-47-canvas-art-mt0690-c3547gg/product_2080633 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-emergency-preparedness-wildfire-backpack-kit-2-person-91058/product_24356137 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/17-x-8-x-8-heavy-duty-shipping-boxes-32-ect-brown-25-bundle-1788/product_947187 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/17-x8-5-x9-31-Hazmat-Shipping-Box-275-ECT-25-Bundle-HAZ1045/product_947229 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-extra-strength-non-aspirin-500-mg-2-tablets-packet-10-packets-box-fae-7008/product_222706 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:39:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-eye-face-shield-with-gloves-21-024/product_2681625 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/raynor-group-sharper-image-ergonomic-mesh-swivel-task-chair-black-si-100-blk/product_24533502 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/175-5x7-flat-cards-rounded-pol/product_24488358 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:39:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rhode-island-watercolor-map-35-x-47-canvas-art/product_312463 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/18-1-4-x-11-3-8-x-4-1-2-carrying-case-mailer-with-plastic-handle/product_2647468 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/18-100-gauge-pvc-shrink-film-clear-100-carton-shb1822h/product_947662 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:39:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-first-aid-kit-ansi-2021-10-people-76-pieces-white-91323/product_24542364 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:39:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:40:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:40:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/16w-2-drawer-mobile-pedestal-assembled/product_SS204152509 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-89-pc-first-aid-kit-for-25-90588/product_1725437 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:40:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:40:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-9-piece-cpr-sprains-treatment-pack-91165/product_24566411 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rapidesign-architectural-and-contractors-templates-bolts-and-nuts-1-8-in-1-ft/product_1720545 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-american-red-cross-deluxe-personal-safety-31-piece-emergency-preparedness-kit-faorc622/product_764102 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-ansi-2015-retro-medium-food-service-metal-first-aid-kit-refill-for-up-to-25-people-90747/product_2138211 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rapidesign-circle-drafting-templates-metric-circles-37-circles-r2040/product_2246591 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:40:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-retro-political-map-of-the-world-2-by-michael-tompsett-16-x-24-canvas-art-mt0728-c1624gg/product_2080020 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rapidesign-ellipses-drafting-templates-large-isometric-ellipses-25-ellipses-each-r124/product_2245499 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/17-25-x-11-25-x-4-corrugated-kraft-boxes-flat-25-bundle-bs171104x/product_24410467 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rapidesign-engineers-drafting-and-design-templates-flow-85802/product_2245541 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/17-25-x-11-25-x-6-shipping-boxes-32-ect-brown-25-bundle-17116/product_426322 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-ansi-b-type-i-ii-2-shelf-metal-first-aid-cabinet-with-medications-75-people-90573/product_1725430 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-anti-itch-cream-with-hydrocortisone-0-03-oz-25-box-g486/product_813142 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/17-25-x-11-25-x-7-shipping-boxes-32-ect-brown-25-bundle-17117/product_414193 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rapidesign-interior-drafting-and-design-templates-house-furnishings-1-8-in-1-ft/product_1716687 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:40:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-retro-political-map-of-the-world-by-michael-tompsett-22-x-32-canvas-art-mt0727-c2232gg/product_2077330 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:40:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:40:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/raritan-dominion-dkx4-101-kvm-over-ip-switch/product_IM16NA950 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/17-75-x-16-5-x-2-37-shipping-boxes-ltc-s004-01/product_24596780 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/17-L-x-17-W-x-6-H-Shipping-Boxes-32-ECT-Brown-20-Bundle-BS171706/product_405031 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rhead-11-x-14-black-frame-art/product_821446 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-bleeding-control-kit-red-91543/product_24585444 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-reverencia-by-moises-levy-18-x-18-canvas-art-ali1081-c1818gg/product_2085382 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:40:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/17-x-10-x-8-25-insulated-shipping-containers-1-5-thick-245c/product_593540 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-burn-dressing-4-x-4-1-box-fae-7012/product_2108661 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-burn-dressing-4-x-4-16-004/product_2706110 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-bzk-0-133-benzalkonium-chloride-antiseptic-wipes-25-box-51028/product_778761 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ravensburger-the-puzzler-s-palette-puzzle-entertainment-multi-grade-88327/product_24460945 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:40:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rhead-35-x-47-canvas-art/product_821646 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/17-x-13-x-13-shipping-boxes-32-ect-brown-25-bundle-171313/product_574499 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:40:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rhode-island-map-16-x-20-black-frame-art/product_316510 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:40:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/17-x-14-x-14-shipping-boxes-32-ect-brown-25-bundle-171414/product_630620 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rhode-island-map-16-x-20-wood-frame-art/product_316516 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-elastic-bandage-wrap-w-2-fasteners-latex-free-3-x-5yd-12-box/product_71326 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rhode-island-map-24-x-32-canvas-art/product_316513 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rhode-island-map-by-michael-tompsett-24-x-32-canvas-art-mt0690-c2432gg/product_2078088 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rhode-island-map-by-michael-tompsett-14-x-19-canvas-art-mt0690-c1419gg/product_2079067 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rhode-island-map-by-michael-tompsett-35-x-47-canvas-art-mt0690-c3547gg/product_2080633 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-emergency-preparedness-wildfire-backpack-kit-2-person-91058/product_24356137 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/17-x8-5-x9-31-Hazmat-Shipping-Box-275-ECT-25-Bundle-HAZ1045/product_947229 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/17-x-8-x-8-heavy-duty-shipping-boxes-32-ect-brown-25-bundle-1788/product_947187 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-extra-strength-non-aspirin-500-mg-2-tablets-packet-10-packets-box-fae-7008/product_222706 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:40:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-eye-face-shield-with-gloves-21-024/product_2681625 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/raynor-group-sharper-image-ergonomic-mesh-swivel-task-chair-black-si-100-blk/product_24533502 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/175-5x7-flat-cards-rounded-pol/product_24488358 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-first-aid-kit-ansi-2021-10-people-76-pieces-white-91323/product_24542364 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/18-100-gauge-pvc-shrink-film-clear-100-carton-shb1822h/product_947662 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:40:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:40:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/18-1-4-x-11-3-8-x-4-1-2-carrying-case-mailer-with-plastic-handle/product_2647468 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rhode-island-watercolor-map-35-x-47-canvas-art/product_312463 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:40:09 [scrapy.extensions.logstats] (PID: 171) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2025-12-20 14:40:09 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:09 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:09 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:09 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:09 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:09 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:09 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:09 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:09 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:09 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:09 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:09 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:09 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:12 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:12 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:12 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:12 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:12 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:12 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:12 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:12 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:12 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:12 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:12 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:12 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:12 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:13 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:13 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:13 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:13 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:13 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:13 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:13 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:13 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:13 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:13 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:13 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:13 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:13 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:13 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:13 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:13 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:14 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:14 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:14 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:14 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:14 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:14 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:14 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:14 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:14 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:14 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:14 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:14 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:14 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:14 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:14 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:14 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:15 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:15 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:15 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:15 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:15 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:15 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:15 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:15 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:15 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:15 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:15 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:15 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:15 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:15 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:15 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:15 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:16 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:16 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:16 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:16 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:16 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:16 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:16 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:16 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:16 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:16 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:16 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:16 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:16 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:16 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:16 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:16 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/18-5-x-12-5-x-14-shipping-boxes-32-ect-brown-20-carton-181214/product_426341 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ricardo-tapia-a-new-day-11-x-14-ma0145-b1114bmf/product_1725927 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/razer-basilisk-v3-optical-usb-gaming-mouse-black-rz01-04000100-r3u1/product_24536636 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:40:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-first-aid-kits-89-pieces-white-90562/product_2728805 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/18-L-x-16-W-x-10-H-Shipping-Boxes-32-ECT-Brown-20-Bundle-BS181610/product_557466 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/razer-blackshark-v2-x-noise-canceling-surround-sound-over-the-ear-esports-gaming-headset-black-rz04-03240100-r3u1/product_24532310 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:40:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ricardo-tapia-garden-16-x-20-ma0147-b1620bmf/product_1725924 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/18-L-x-18-W-x-18-H-Shipping-Boxes-32-ECT-Brown-Each-19281/product_742294 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ricardo-tapia-garden-canvas-art-35x47-inches/product_250317 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ricardo-tapia-presence-16-x-20-ma0149-b1620bmf/product_1725922 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:40:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-intermediate-first-aid-kit-50-people-322-pieces-clear-blue-91414/product_24566365 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ricardo-tapia-presence-canvas-art-35x47-inches/product_250321 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/18-foot-operated-impulse-sealer-service-kit/product_946493 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:40:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ricardo-tapia-splash-canvas-art-35x47-inches/product_250309 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/18-rctngl-adv-lbl-gls-2x3-pis/product_24514688 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:40:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/razer-kraken-v3-pro-wireless-noise-canceling-stereo-gaming-headset-3-5mm-black-rz04-03460100-r3u1/product_24571247 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-richard-friese-deutschland-an-der-dostsee-canvas-art-22x32-inches/product_244849 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:40:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-large-bleeding-control-tote-bag-91539/product_24585437 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:40:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/razer-naga-v2-pro-wireless-optical-gaming-mouse-black-rz01-04400100-r3u1/product_24571246 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:40:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-metal-first-aid-kit-ansi-a-ansi-2021-50-people-184-pieces-white-91328/product_24542362 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-richard-hakluyt-map-of-the-new-world-1587-canvas-art-14x19-inches/product_245427 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-nitrile-exam-gloves-latex-free-4-box-21-026-an5011/product_813126 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/18-x-10-x-6-shipping-boxes-32-ect-brown-25-bundle-18106/product_426326 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/razer-rz02-01070100-r3m2-goliathus-terra-speed-edition-small-mat-4697010/product_24274455 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-richmond-virginia-skyline-by-michael-tompsett-11-x-14-black-matted-black-frame-mt0542-b1114bmf/product_2082725 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/razer-vespula-gel-mouse-pad-wrist-rest-combo-black-rz02-00320100-r3m1/product_2145093 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:40:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/18-x-12-x-12-multi-depth-shipping-boxes-brown-25-bundle-md181212/product_481757 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-richmond-virginia-skyline-by-michael-tompsett-16-x-20-white-matted-wood-frame-mt0542-w1620mf/product_2083463 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:40:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:40:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/18-x-12-x-18-shipping-boxes-32-ect-brown-25-bundle-181218/product_574519 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-riding-the-fences-26-x-32-canvas-art/product_314114 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/18-x-12-x-3-deluxe-literature-mailers-25-bundle-mfl18123k/product_1004918 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:40:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:40:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-right-response-14-piece-24-people-bleeding-control-kit-91136/product_24585436 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/18-x-12-x-5-shipping-boxes-32-ect-brown-25-bundle-18125/product_630634 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-right-response-10-piece-24-people-bleeding-control-kit-91137/product_24585447 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:40:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-abstract-i-canvas-art-35x35-inches/product_250431 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/18-x-12-x-7-shipping-boxes-32-ect-brown-25-bundle-18127/product_414198 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:40:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:40:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rca-vh612r-12-coax-audio-video-cable-black/product_2423831 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-right-response-42-piece-bleeding-control-cabinet-with-alarm-and-multiple-victim-tote-91522/product_24585434 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:40:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-right-response-7-piece-24-people-bleeding-control-kit-91519/product_24585431 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-abstract-v-canvas-art-35x35-inches/product_250729 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/18-x-13-reclosable-poly-bags-4-mil-clear-500-pack-pbdt3795/product_24410114 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/18-x-14-corrugated-pad-single-wall-50-bundle-sp1814/product_1499905 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:40:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-ballagio-canvas-art-18x24-inches/product_250558 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/re-focus-the-creative-office-mini-password-book-red-11004/product_24514474 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/re-focus-the-creative-office-on-the-go-notepad-3-5-x-9-college-ruled-50-sheets-pad-3-pads-pack-83001/product_24605955 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:40:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/18-5-x-12-5-x-14-shipping-boxes-32-ect-brown-20-carton-181214/product_426341 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ricardo-tapia-a-new-day-11-x-14-ma0145-b1114bmf/product_1725927 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/razer-basilisk-v3-optical-usb-gaming-mouse-black-rz01-04000100-r3u1/product_24536636 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:40:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/18-L-x-16-W-x-10-H-Shipping-Boxes-32-ECT-Brown-20-Bundle-BS181610/product_557466 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-first-aid-kits-89-pieces-white-90562/product_2728805 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/razer-blackshark-v2-x-noise-canceling-surround-sound-over-the-ear-esports-gaming-headset-black-rz04-03240100-r3u1/product_24532310 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:40:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ricardo-tapia-garden-16-x-20-ma0147-b1620bmf/product_1725924 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/18-L-x-18-W-x-18-H-Shipping-Boxes-32-ECT-Brown-Each-19281/product_742294 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ricardo-tapia-garden-canvas-art-35x47-inches/product_250317 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:40:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ricardo-tapia-presence-16-x-20-ma0149-b1620bmf/product_1725922 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ricardo-tapia-presence-canvas-art-35x47-inches/product_250321 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-intermediate-first-aid-kit-50-people-322-pieces-clear-blue-91414/product_24566365 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/18-foot-operated-impulse-sealer-service-kit/product_946493 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:40:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ricardo-tapia-splash-canvas-art-35x47-inches/product_250309 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/razer-kraken-v3-pro-wireless-noise-canceling-stereo-gaming-headset-3-5mm-black-rz04-03460100-r3u1/product_24571247 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/18-rctngl-adv-lbl-gls-2x3-pis/product_24514688 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-richard-friese-deutschland-an-der-dostsee-canvas-art-22x32-inches/product_244849 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:40:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:40:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-large-bleeding-control-tote-bag-91539/product_24585437 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:40:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/razer-naga-v2-pro-wireless-optical-gaming-mouse-black-rz01-04400100-r3u1/product_24571246 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:40:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-metal-first-aid-kit-ansi-a-ansi-2021-50-people-184-pieces-white-91328/product_24542362 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-nitrile-exam-gloves-latex-free-4-box-21-026-an5011/product_813126 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-richard-hakluyt-map-of-the-new-world-1587-canvas-art-14x19-inches/product_245427 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/18-x-10-x-6-shipping-boxes-32-ect-brown-25-bundle-18106/product_426326 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/razer-rz02-01070100-r3m2-goliathus-terra-speed-edition-small-mat-4697010/product_24274455 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-richmond-virginia-skyline-by-michael-tompsett-11-x-14-black-matted-black-frame-mt0542-b1114bmf/product_2082725 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/razer-vespula-gel-mouse-pad-wrist-rest-combo-black-rz02-00320100-r3m1/product_2145093 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:40:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-richmond-virginia-skyline-by-michael-tompsett-16-x-20-white-matted-wood-frame-mt0542-w1620mf/product_2083463 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:40:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/18-x-12-x-12-multi-depth-shipping-boxes-brown-25-bundle-md181212/product_481757 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:40:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/18-x-12-x-18-shipping-boxes-32-ect-brown-25-bundle-181218/product_574519 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-riding-the-fences-26-x-32-canvas-art/product_314114 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:40:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/18-x-12-x-3-deluxe-literature-mailers-25-bundle-mfl18123k/product_1004918 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:40:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/18-x-12-x-5-shipping-boxes-32-ect-brown-25-bundle-18125/product_630634 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-right-response-14-piece-24-people-bleeding-control-kit-91136/product_24585436 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-right-response-10-piece-24-people-bleeding-control-kit-91137/product_24585447 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:40:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-abstract-i-canvas-art-35x35-inches/product_250431 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/18-x-12-x-7-shipping-boxes-32-ect-brown-25-bundle-18127/product_414198 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:40:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:40:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rca-vh612r-12-coax-audio-video-cable-black/product_2423831 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:40:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-right-response-42-piece-bleeding-control-cabinet-with-alarm-and-multiple-victim-tote-91522/product_24585434 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-right-response-7-piece-24-people-bleeding-control-kit-91519/product_24585431 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/18-x-14-corrugated-pad-single-wall-50-bundle-sp1814/product_1499905 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-abstract-v-canvas-art-35x35-inches/product_250729 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/18-x-13-reclosable-poly-bags-4-mil-clear-500-pack-pbdt3795/product_24410114 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:40:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-ballagio-canvas-art-18x24-inches/product_250558 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/re-focus-the-creative-office-mini-password-book-red-11004/product_24514474 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/re-focus-the-creative-office-on-the-go-notepad-3-5-x-9-college-ruled-50-sheets-pad-3-pads-pack-83001/product_24605955 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:40:35 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:35 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:35 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:35 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:35 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:35 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:35 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:35 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:37 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:37 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:37 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:37 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:37 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:37 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:37 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:37 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:38 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:38 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:38 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:38 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:38 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:38 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:38 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:38 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:38 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:38 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:38 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:38 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:38 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:38 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:38 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:38 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:39 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:39 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:39 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:39 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:39 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:39 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:39 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:39 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:39 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:39 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:39 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:39 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:39 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:39 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:39 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:39 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:40 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:44 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:44 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:44 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:44 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:44 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:44 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:44 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:44 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:45 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:45 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:45 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:45 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:45 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:45 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:45 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:45 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:45 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:45 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:45 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:45 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:45 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:45 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:45 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:45 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:46 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:46 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:46 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:46 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:46 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:46 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:46 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:46 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:46 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:46 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:46 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:46 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:46 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:46 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:46 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:46 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:47 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:47 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:47 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:47 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:47 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:47 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:47 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:47 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:47 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:47 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:47 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:47 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:47 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:47 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:47 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:48 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:40:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-1-5-w-x-3-l-knuckle-bandages-10-box-fae-3008/product_800256 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:40:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:40:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-1-75-x-2-fabric-fingertip-adhesive-bandages-20-box-fae-6101/product_2681607 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/re-freez-r-brix-cold-pack-31-oz-9-x-4-12-pack-rb30/product_24410445 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-1-5-w-x-3-l-knuckle-metal-detectable-bandages-20-box-fae-3030/product_434005 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/18-x-1500-100-gauge-pvc-shrink-film-clear-shpvc18100/product_946445 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:40:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/18-x-1500-100-gauge-vci-polyethylene-stretch-wrap-blue-tinted-4-carton-vcisw18/product_191719 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:40:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:40:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/18-x-1500-80-gauge-blown-stretch-wrap-blue-tinted-4-carton-blu18/product_691547 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:40:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:40:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/18-x-1500-80-gauge-cast-stretch-wrap-orange-tinted-4-carton-fstsf188corange/product_2653209 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-4-conforming-gauze-refill-roll-fae-3102/product_2681620 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-flowers-in-a-blue-vase-canvas-art-35x47-inches/product_250374 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:40:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/18-x-1500-80-gauge-cast-stretch-wrap-red-tinted-4-carton-fstsf188cred/product_948886 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:40:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/read-right-kleen-dry-screen-cleaner-14-box/product_530931 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/18-x-1500-90-gauge-blown-stretch-wrap-clear-4-carton-sf189/product_449817 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:40:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:40:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:40:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/18-x-16-x-40-gusseted-poly-bags-1-5-mil-clear-250-carton-1500/product_361486 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-gel-refill-burn-dressing-3-5-gm-144-carton-fae-7006/product_24598389 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-mideterreanean-view-canvas-art-35x47-inches/product_250758 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:40:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/read-right-screenkleen-wipes-75-canister-rr1409/product_810610 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/read-right-surfacekleen-premoistened-cleaning-wipes-5-x-5-unscented-72-box-rr15109/product_24453985 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/18-x-18-layflat-poly-bags-1-5-mil-clear-1000-carton-250/product_939522 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/read-right-surfacekleen-premoistened-cleaning-wipes-6-38-x-5-4-unscented-75-pack-rr15111/product_24453984 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/18-x-18-layflat-poly-bags-1-mil-clear-1000-carton-2410/product_939940 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-parade-of-red-trees-matted-art-black-frame-11x14-inches/product_250543 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-office-cabinet-ansi-class-a-ansi-2021-50-people-241-pieces-white-kit-90608-021/product_1738649 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-parade-of-red-trees-canvas-art-35x47-inches/product_250547 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/18-x-18-layflat-poly-bags-4-mil-clear-500-carton-1255/product_939805 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-office-cabinet-ansi-class-b-ansi-2021-150-people-909-pieces-white-kit-90732-021/product_2554447 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/18-x-18-staples-chipboard-pad-250-case-cp1818/product_947754 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:40:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/18-x-18-x-14-shipping-boxes-32-ect-brown-20-bundle-181814/product_557507 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-refill-2-triple-cut-adhesive-tape-fae-9089/product_2681609 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-poppies-canvas-art-16x32-inches/product_250790 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-serenade-in-red-canvas-art-18x24-inches/product_250551 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/18-x-18-x-12-corrugated-kraft-20-bundle-bs181812/product_24408434 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-refill-antiseptic-spray-4-oz-fae-1308/product_2681716 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ready-2-learn-feelings-emotions-stampers-set-with-stamp-pads/product_24575795 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ready-2-learn-jumbo-washable-4-in-1-stamp-pad-assorted-primary-ink-pack-of-3-ce-6645-3/product_24511054 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-refill-castile-soap-wipes-10-box-fae-4014/product_2681662 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ready-2-learn-jumbo-washable-stamp-pad-black-pack-of-6-ce-6606-6/product_24518563 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-the-revenge-canvas-art-24x32-inches/product_250466 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/18-x-18-x-24-partners-brand-deluxe-packing-boxes-kraft-brown-6-pack-181824dpbrp6/product_24336933 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:40:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ready-2-learn-jumbo-washable-stamp-pad-purple-pack-of-6-ce-6607-6/product_24518684 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/18-x-18-x-6-corrugated-kraft-boxes-25-bundle-bs181806x/product_24406980 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ripening-12-x-24-canvas-art/product_33689 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:40:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:40:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:40:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-refill-powder-free-nitrile-exam-gloves-latex-free/product_SS191086588 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:40:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-refill-triangular-bandage-2-box/product_2681616 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-river-valley-26-x-32-canvas-art/product_313929 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:40:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-1-5-w-x-3-l-knuckle-bandages-10-box-fae-3008/product_800256 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/re-freez-r-brix-cold-pack-31-oz-9-x-4-12-pack-rb30/product_24410445 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-1-75-x-2-fabric-fingertip-adhesive-bandages-20-box-fae-6101/product_2681607 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/18-x-1500-100-gauge-pvc-shrink-film-clear-shpvc18100/product_946445 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-1-5-w-x-3-l-knuckle-metal-detectable-bandages-20-box-fae-3030/product_434005 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:40:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:40:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/18-x-1500-100-gauge-vci-polyethylene-stretch-wrap-blue-tinted-4-carton-vcisw18/product_191719 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-4-conforming-gauze-refill-roll-fae-3102/product_2681620 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:40:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/18-x-1500-80-gauge-cast-stretch-wrap-orange-tinted-4-carton-fstsf188corange/product_2653209 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:40:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:40:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/18-x-1500-80-gauge-blown-stretch-wrap-blue-tinted-4-carton-blu18/product_691547 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:40:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:41:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-flowers-in-a-blue-vase-canvas-art-35x47-inches/product_250374 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:41:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/18-x-1500-90-gauge-blown-stretch-wrap-clear-4-carton-sf189/product_449817 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:41:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:41:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:41:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/read-right-kleen-dry-screen-cleaner-14-box/product_530931 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/18-x-1500-80-gauge-cast-stretch-wrap-red-tinted-4-carton-fstsf188cred/product_948886 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:41:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/18-x-16-x-40-gusseted-poly-bags-1-5-mil-clear-250-carton-1500/product_361486 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-gel-refill-burn-dressing-3-5-gm-144-carton-fae-7006/product_24598389 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/read-right-screenkleen-wipes-75-canister-rr1409/product_810610 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-mideterreanean-view-canvas-art-35x47-inches/product_250758 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:41:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/18-x-18-layflat-poly-bags-1-5-mil-clear-1000-carton-250/product_939522 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/read-right-surfacekleen-premoistened-cleaning-wipes-5-x-5-unscented-72-box-rr15109/product_24453985 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/read-right-surfacekleen-premoistened-cleaning-wipes-6-38-x-5-4-unscented-75-pack-rr15111/product_24453984 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/18-x-18-layflat-poly-bags-1-mil-clear-1000-carton-2410/product_939940 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-office-cabinet-ansi-class-a-ansi-2021-50-people-241-pieces-white-kit-90608-021/product_1738649 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-parade-of-red-trees-matted-art-black-frame-11x14-inches/product_250543 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-parade-of-red-trees-canvas-art-35x47-inches/product_250547 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/18-x-18-layflat-poly-bags-4-mil-clear-500-carton-1255/product_939805 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-office-cabinet-ansi-class-b-ansi-2021-150-people-909-pieces-white-kit-90732-021/product_2554447 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/18-x-18-staples-chipboard-pad-250-case-cp1818/product_947754 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-serenade-in-red-canvas-art-18x24-inches/product_250551 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-poppies-canvas-art-16x32-inches/product_250790 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/18-x-18-x-14-shipping-boxes-32-ect-brown-20-bundle-181814/product_557507 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-refill-2-triple-cut-adhesive-tape-fae-9089/product_2681609 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-refill-antiseptic-spray-4-oz-fae-1308/product_2681716 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/18-x-18-x-12-corrugated-kraft-20-bundle-bs181812/product_24408434 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:41:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ready-2-learn-feelings-emotions-stampers-set-with-stamp-pads/product_24575795 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ready-2-learn-jumbo-washable-4-in-1-stamp-pad-assorted-primary-ink-pack-of-3-ce-6645-3/product_24511054 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ready-2-learn-jumbo-washable-stamp-pad-black-pack-of-6-ce-6606-6/product_24518563 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-refill-castile-soap-wipes-10-box-fae-4014/product_2681662 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rio-the-revenge-canvas-art-24x32-inches/product_250466 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/18-x-18-x-24-partners-brand-deluxe-packing-boxes-kraft-brown-6-pack-181824dpbrp6/product_24336933 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ready-2-learn-jumbo-washable-stamp-pad-purple-pack-of-6-ce-6607-6/product_24518684 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:41:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/18-x-18-x-6-corrugated-kraft-boxes-25-bundle-bs181806x/product_24406980 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:41:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ripening-12-x-24-canvas-art/product_33689 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:41:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:41:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-refill-triangular-bandage-2-box/product_2681616 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:41:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-smartcompliance-refill-powder-free-nitrile-exam-gloves-latex-free/product_SS191086588 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-river-valley-26-x-32-canvas-art/product_313929 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:06 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:06 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:06 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:06 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:06 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:06 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:06 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:06 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:07 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:07 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:07 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:07 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:07 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:07 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:07 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:07 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:07 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:07 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:07 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:07 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:07 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:07 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:07 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:07 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:08 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:08 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:08 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:08 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:08 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:08 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:08 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:08 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:08 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:08 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:08 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:08 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:08 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:08 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:08 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:08 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:09 [scrapy.extensions.logstats] (PID: 171) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2025-12-20 14:41:09 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:09 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:09 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:09 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:09 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:09 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:09 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:09 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:09 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:09 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:09 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:12 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:12 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:12 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:12 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:12 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:12 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:12 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:12 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:12 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:12 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:12 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:12 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:12 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:12 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:12 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:12 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:13 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:13 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:13 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:13 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:13 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:13 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:13 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:13 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:13 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:13 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:13 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:13 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:13 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:13 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:13 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:13 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:14 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:14 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:14 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:14 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:14 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:14 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:14 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:14 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:14 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:14 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:14 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:14 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:14 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:14 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:14 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:14 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:41:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/18-x-20-reclosable-poly-bags-4-mil-clear-250-carton-3800a/product_685649 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/18-x-20-layflat-poly-bags-3-mil-clear-500-carton-922/product_939727 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ready2learn-alphabet-stamps-lowercase-small-34-per-set-2-sets-ce-6812-2/product_24568854 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-spill-magic-acid-neutralizing-absorbent-powder-sm202dban/product_24581389 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ready-2-learn-x-y-axis-stamp-pack-of-3-ce-927-3/product_24511056 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:41:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/18-x-20-reclosable-poly-bags-3-mil-clear-250-carton-4079/product_24449724 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:41:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:41:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roar-the-lion-by-design-turnpike-35-x-35-canvas-art-ali1281-c3535gg/product_2085240 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/18-x-24-layflat-poly-bags-1-25-mil-clear-1000-carton-2914/product_939984 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:41:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:41:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-triple-antibiotic-ointment-0-02-oz-12-box-12-001/product_1725426 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-robert-by-ines-kouidis-14-x-14-canvas-art-ali0994-c1414gg/product_2077772 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:41:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roberto-rafael-big-apple-i-11-x-11-matted-framed-190836278824/product_2573912 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ready2learn-washable-stamp-pad-3-in-1-electric-pink-purple-turquoise-pack-of-3-ce-10050-3/product_24568855 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:41:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ready2learn-triangle-grip-paint-brushes-3-sizes-6-per-set-2-sets-ce-6674-2/product_24568969 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:41:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:41:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:41:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:41:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roberto-rafael-big-apple-ii-18-x-18-canvas-stretched-190836279050/product_2575010 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-alert-dual-sensor-battery-powered-smoke-alarm-fat1039828/product_24380773 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roberto-rafael-big-apple-ii-11-x-11-matted-framed-190836279005/product_2573911 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/18-x-30-layflat-poly-bags-4-mil-clear-200-carton-1265/product_939808 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/18-x-30-layflat-poly-bags-3-mil-clear-250-carton-930/product_939729 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:41:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/really-useful-box-0-74-qt-snap-lid-storage-box-transparent-blue-0-7tb/product_179511 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:41:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:41:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roberto-rafael-big-apple-iv-16-x-16-matted-framed-190836279395/product_2574449 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fisher-price-2-in-1-servin-up-fun-jumperoo/product_24600655 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-little-readers-more-guided-reading-level-a-books-parent-pack-25-book-set-9781338717396/product_24515022 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:41:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:41:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/really-useful-box-2-64-qt-lift-off-lid-storage-bin-transparent-blue-2-5tbtray/product_2841791 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:41:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/18-x-42-layflat-poly-bags-2-mil-clear-500-carton-597/product_939145 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/18-x-48-layflat-poly-bags-2-mil-clear-250-carton-598/product_361393 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roberto-rafael-big-flower-iii-11-x-11-matted-framed-190836280063/product_2573889 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:41:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/really-useful-box-35-4-qt-latch-lid-storage-tote-dove-gray-33-5pstl-recy-grey/product_24435509 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/really-useful-box-33-81-qt-snap-lid-storage-bin-transparent-smoke-us32tsmk/product_2841789 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fisher-price-animal-wonders-jumperoo-rotating-seat-with-toys-fwy41/product_24477629 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fisher-price-code-n-learn-kinderbot-multicolor-fxg15/product_24466543 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:41:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/really-useful-box-42-liter-snap-lid-storage-bin-clear-42l-cl/product_356554 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:41:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/180-adv-lbl-30-sheet-3x3-pol/product_24469168 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:41:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/180-adv-lbl-gls-3x3-pol-dpf/product_24471356 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/really-useful-box-64-liter-snap-lid-storage-bin-transparent-blue-64l-tb/product_356539 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fisher-price-grow-with-me-tummy-time-llama-white/product_24477593 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:41:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/really-useful-box-8-1-liter-snap-lid-storage-bin-clear-8-1l-cl/product_899356 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fisher-price-jurassic-world-lights-sounds-trike/product_24600653 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/180-rctngl-adv-lbl-gls-2x3-pol/product_24514700 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/really-useful-box-8-56-qt-snap-lid-storage-bin-transparent-smoke-8-1tsmk/product_2841784 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fisher-price-laugh-learn-farm-animal-puzzle-with-game-learn-controller/product_24575733 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fisher-price-laugh-learn-click-learn-laptop-interactive-toy-with-game-learn-controller/product_24575748 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:41:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/18-x-20-reclosable-poly-bags-4-mil-clear-250-carton-3800a/product_685649 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/18-x-20-layflat-poly-bags-3-mil-clear-500-carton-922/product_939727 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-spill-magic-acid-neutralizing-absorbent-powder-sm202dban/product_24581389 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ready-2-learn-x-y-axis-stamp-pack-of-3-ce-927-3/product_24511056 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ready2learn-alphabet-stamps-lowercase-small-34-per-set-2-sets-ce-6812-2/product_24568854 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/18-x-20-reclosable-poly-bags-3-mil-clear-250-carton-4079/product_24449724 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:41:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:41:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/18-x-24-layflat-poly-bags-1-25-mil-clear-1000-carton-2914/product_939984 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roar-the-lion-by-design-turnpike-35-x-35-canvas-art-ali1281-c3535gg/product_2085240 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:41:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-aid-only-triple-antibiotic-ointment-0-02-oz-12-box-12-001/product_1725426 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:41:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:41:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-robert-by-ines-kouidis-14-x-14-canvas-art-ali0994-c1414gg/product_2077772 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:41:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roberto-rafael-big-apple-i-11-x-11-matted-framed-190836278824/product_2573912 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ready2learn-washable-stamp-pad-3-in-1-electric-pink-purple-turquoise-pack-of-3-ce-10050-3/product_24568855 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:41:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ready2learn-triangle-grip-paint-brushes-3-sizes-6-per-set-2-sets-ce-6674-2/product_24568969 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:41:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:41:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:41:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:41:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roberto-rafael-big-apple-ii-18-x-18-canvas-stretched-190836279050/product_2575010 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-alert-dual-sensor-battery-powered-smoke-alarm-fat1039828/product_24380773 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roberto-rafael-big-apple-ii-11-x-11-matted-framed-190836279005/product_2573911 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/18-x-30-layflat-poly-bags-4-mil-clear-200-carton-1265/product_939808 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/18-x-30-layflat-poly-bags-3-mil-clear-250-carton-930/product_939729 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/really-useful-box-0-74-qt-snap-lid-storage-box-transparent-blue-0-7tb/product_179511 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:41:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:41:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/really-useful-box-2-64-qt-lift-off-lid-storage-bin-transparent-blue-2-5tbtray/product_2841791 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:41:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:41:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/first-little-readers-more-guided-reading-level-a-books-parent-pack-25-book-set-9781338717396/product_24515022 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fisher-price-2-in-1-servin-up-fun-jumperoo/product_24600655 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roberto-rafael-big-apple-iv-16-x-16-matted-framed-190836279395/product_2574449 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:41:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:41:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:41:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/18-x-42-layflat-poly-bags-2-mil-clear-500-carton-597/product_939145 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fisher-price-animal-wonders-jumperoo-rotating-seat-with-toys-fwy41/product_24477629 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/18-x-48-layflat-poly-bags-2-mil-clear-250-carton-598/product_361393 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/really-useful-box-33-81-qt-snap-lid-storage-bin-transparent-smoke-us32tsmk/product_2841789 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/really-useful-box-35-4-qt-latch-lid-storage-tote-dove-gray-33-5pstl-recy-grey/product_24435509 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roberto-rafael-big-flower-iii-11-x-11-matted-framed-190836280063/product_2573889 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fisher-price-code-n-learn-kinderbot-multicolor-fxg15/product_24466543 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:41:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/really-useful-box-42-liter-snap-lid-storage-bin-clear-42l-cl/product_356554 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:41:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/180-adv-lbl-30-sheet-3x3-pol/product_24469168 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:41:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/180-adv-lbl-gls-3x3-pol-dpf/product_24471356 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/really-useful-box-64-liter-snap-lid-storage-bin-transparent-blue-64l-tb/product_356539 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fisher-price-grow-with-me-tummy-time-llama-white/product_24477593 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fisher-price-jurassic-world-lights-sounds-trike/product_24600653 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:41:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/really-useful-box-8-1-liter-snap-lid-storage-bin-clear-8-1l-cl/product_899356 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/really-useful-box-8-56-qt-snap-lid-storage-bin-transparent-smoke-8-1tsmk/product_2841784 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/180-rctngl-adv-lbl-gls-2x3-pol/product_24514700 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fisher-price-laugh-learn-farm-animal-puzzle-with-game-learn-controller/product_24575733 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fisher-price-laugh-learn-click-learn-laptop-interactive-toy-with-game-learn-controller/product_24575748 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:32 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:32 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:32 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:32 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:32 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:32 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:32 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:32 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:32 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:32 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:32 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:32 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:32 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:32 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:32 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:32 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:33 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:33 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:33 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:33 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:33 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:33 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:33 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:33 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:33 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:33 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:33 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:33 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:33 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:34 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:34 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:34 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:34 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:34 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:34 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:34 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:34 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:34 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:34 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:35 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:35 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:35 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:35 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:35 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:35 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:35 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:35 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:35 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:36 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:36 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:36 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:36 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:36 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:36 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:36 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:36 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:37 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:37 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:37 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:37 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:37 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:37 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:37 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:37 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:38 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:38 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:38 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:38 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:38 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:38 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:38 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:38 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:38 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:38 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:38 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:38 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:38 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:38 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:38 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:38 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:39 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:39 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:39 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:39 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:39 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:39 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:39 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:39 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:39 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:39 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:39 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:39 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:39 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:39 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:39 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:39 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:40 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:40 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:40 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:40 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:40 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:40 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:40 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:40 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:40 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:40 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:40 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:40 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:40 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:40 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:40 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:40 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/180-square-adv-lbl-mt-3x3-pis/product_24514734 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fisher-price-laugh-learn-game-learn-controller-with-3-in-1-smart-car/product_24575757 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/180-square-adv-lbl-mt-3x3-pol/product_24514650 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fisher-price-laugh-learn-game-learn-controller-with-4-in-1-game-experience-activity-center/product_24575750 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fisher-price-laugh-learn-game-learn-controller/product_24595986 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/1800-flowers-gift-card/product_SS195238214 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fisher-price-laugh-learn-light-up-learning-vacuum-fisher-price-with-singin-soccer-ball/product_24575747 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/1800-flowers-gift-card-100-email-delivery/product_1415791 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/really-useful-file-box-letter-legal-size-clear-32cl/product_782918 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rock-of-cashel-ireland-14-x-19-canvas-art/product_317122 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rock-of-cashel-ireland-11-x-14-wood-frame-art/product_317126 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/18u-19-open-frame-server-rack-4-post-adjustable-depth-22-to-40-mobile-network-equipment-rack-hp-proliant-thinkserver/product_IM17GZ798 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rectangular-7-cube-waterfall-chrome-1-2-x-1-1-2/product_216648 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/1850-pioneer-blend-decaf-ground-coffee-medium-roast-2-5-oz-fraction-pack-24-carton-2550021513/product_24405531 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-robo-king-by-eric-joyner-16-x-32-canvas-art-ali1038-c1632gg/product_2077853 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/1850-lantern-glow-ground-coffee-fraction-pack-light-roast-2-5-oz-24-carton-smu21510/product_24405529 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:41:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rectangular-tubing-straight-arm-faceout-chrome-6/product_1677979 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fisher-price-laugh-learn-storybook-rhymes-with-music-player/product_24575745 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/19-x-19-x-19-shipping-boxes-32-ect-brown-20-bundle-bs191919/product_2647590 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fisher-price-laugh-learn-twist-learn-gamer-toy/product_24600656 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/red-bird-puffs-peppermint-mints-320-oz-pdm20000/product_2461649 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:41:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:41:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:41:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/red-bull-sugarfree-original-energy-drink-8-4-fl-oz-24-carton-rbd122114/product_2056928 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/19-x-24-returnable-self-sealing-poly-mailer-200-carton-5210/product_24450215 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fisher-price-little-people-lemonade-stand-playset-2-pack-hnn99-bulk/product_24581970 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:41:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/red-bull-watermelon-tropical-strawberry-apricot-energy-drinks-8-4-fl-oz-24-cans-carton-rb901417/product_24595538 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rocky-river-autumn-10-x-19-canvas-art/product_314652 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/red-devil-economy-series-4800-stiff-putty-knife-1-1-2/product_701033 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:41:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/red-devil-industrial-grade-rtv-sealant-2-8-oz/product_197753 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rodeo-beach-i-by-moises-levy-11-x-14-white-matted-wood-frame-ali1116-w1114mf/product_2077455 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/red-devil-professional-series-4100-stiff-putty-knife-1-1-4/product_701022 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:41:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rodeo-beach-i-by-moises-levy-16-x-20-white-matted-wood-frame-ali1116-w1620mf/product_2086581 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rodeo-beach-i-by-moises-levy-18-x-24-canvas-art-ali1116-c1824gg/product_2078747 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rodeo-beach-i-by-moises-levy-24-x-32-canvas-art-ali1116-c2432gg/product_2078598 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fisher-price-sea-me-flush-potty-white-blue-gmp68/product_24477588 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/1u-fixed-server-rack-mount-shelf-16in-deep-steel-universal-cantilever-tray-for-19-av-network-equipment-rack-44lbs/product_IM17BB931 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:41:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:41:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/red-devil-professional-series-4200-flexible-taping-knife-6/product_700661 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderic-stevens-grapes-splash-ii-canvas-art-12x32-inches/product_254676 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-apple-splash-ii-matted-art-black-frame-11x14-inches/product_254651 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fisher-price-think-learn-code-a-pillar-twist-white-blue-gfp25/product_24466549 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:41:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fiskars-1-hole-star-hand-punch-beige-23537097j/product_24517272 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/red-lobster-gift-card-25/product_2657093 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fiskars-12-rotary-trimmer-white-orange-154480-1006/product_2070833 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:41:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/red-rc-sports-car-convertibles-fast-furious-classic-scale-1-16-sound-flash-light-toycar114/product_24242993 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:41:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fiskars-5-kid-s-scissors-pointed-tip-assorted-colors-94307097j/product_407908 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-aspen-sky-16-x-20-rs996-b1620bmf/product_1727830 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2-3-4-x-1-3-8-fluorescent-orange-13-pt-shipping-tag-1000-case/product_948447 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fiskars-assorted-colors-big-kids-pointed-tip-scissors-6-194640/product_24239435 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2-3-4-x-1-3-8-fluorescent-orange-13-pt-shipping-tag-pre-strung-1000-case/product_948452 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:41:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/red-shipping-tags-3-3-3-4-x-1-7-8-1000-case/product_496202 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-aspen-sky-2-11-x-14-rs999-b1114mf/product_1729262 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/red-shipping-tags-4-4-1-4-x-2-1-8-1000-case/product_496220 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/180-square-adv-lbl-mt-3x3-pis/product_24514734 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fisher-price-laugh-learn-game-learn-controller-with-3-in-1-smart-car/product_24575757 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/180-square-adv-lbl-mt-3x3-pol/product_24514650 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/1800-flowers-gift-card/product_SS195238214 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fisher-price-laugh-learn-light-up-learning-vacuum-fisher-price-with-singin-soccer-ball/product_24575747 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fisher-price-laugh-learn-game-learn-controller/product_24595986 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fisher-price-laugh-learn-game-learn-controller-with-4-in-1-game-experience-activity-center/product_24575750 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/1800-flowers-gift-card-100-email-delivery/product_1415791 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/really-useful-file-box-letter-legal-size-clear-32cl/product_782918 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rock-of-cashel-ireland-11-x-14-wood-frame-art/product_317126 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rock-of-cashel-ireland-14-x-19-canvas-art/product_317122 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/18u-19-open-frame-server-rack-4-post-adjustable-depth-22-to-40-mobile-network-equipment-rack-hp-proliant-thinkserver/product_IM17GZ798 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rectangular-7-cube-waterfall-chrome-1-2-x-1-1-2/product_216648 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-robo-king-by-eric-joyner-16-x-32-canvas-art-ali1038-c1632gg/product_2077853 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/1850-lantern-glow-ground-coffee-fraction-pack-light-roast-2-5-oz-24-carton-smu21510/product_24405529 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/1850-pioneer-blend-decaf-ground-coffee-medium-roast-2-5-oz-fraction-pack-24-carton-2550021513/product_24405531 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:41:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fisher-price-laugh-learn-twist-learn-gamer-toy/product_24600656 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/19-x-19-x-19-shipping-boxes-32-ect-brown-20-bundle-bs191919/product_2647590 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fisher-price-laugh-learn-storybook-rhymes-with-music-player/product_24575745 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rectangular-tubing-straight-arm-faceout-chrome-6/product_1677979 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/red-bird-puffs-peppermint-mints-320-oz-pdm20000/product_2461649 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:41:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:41:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:41:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/19-x-24-returnable-self-sealing-poly-mailer-200-carton-5210/product_24450215 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/red-bull-sugarfree-original-energy-drink-8-4-fl-oz-24-carton-rbd122114/product_2056928 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:41:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fisher-price-little-people-lemonade-stand-playset-2-pack-hnn99-bulk/product_24581970 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/red-bull-watermelon-tropical-strawberry-apricot-energy-drinks-8-4-fl-oz-24-cans-carton-rb901417/product_24595538 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rocky-river-autumn-10-x-19-canvas-art/product_314652 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/red-devil-economy-series-4800-stiff-putty-knife-1-1-2/product_701033 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:41:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rodeo-beach-i-by-moises-levy-11-x-14-white-matted-wood-frame-ali1116-w1114mf/product_2077455 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/red-devil-industrial-grade-rtv-sealant-2-8-oz/product_197753 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/red-devil-professional-series-4100-stiff-putty-knife-1-1-4/product_701022 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:41:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rodeo-beach-i-by-moises-levy-16-x-20-white-matted-wood-frame-ali1116-w1620mf/product_2086581 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rodeo-beach-i-by-moises-levy-18-x-24-canvas-art-ali1116-c1824gg/product_2078747 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rodeo-beach-i-by-moises-levy-24-x-32-canvas-art-ali1116-c2432gg/product_2078598 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fisher-price-sea-me-flush-potty-white-blue-gmp68/product_24477588 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/1u-fixed-server-rack-mount-shelf-16in-deep-steel-universal-cantilever-tray-for-19-av-network-equipment-rack-44lbs/product_IM17BB931 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:41:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:41:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/red-devil-professional-series-4200-flexible-taping-knife-6/product_700661 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fisher-price-think-learn-code-a-pillar-twist-white-blue-gfp25/product_24466549 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderic-stevens-grapes-splash-ii-canvas-art-12x32-inches/product_254676 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-apple-splash-ii-matted-art-black-frame-11x14-inches/product_254651 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:41:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:41:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fiskars-12-rotary-trimmer-white-orange-154480-1006/product_2070833 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fiskars-1-hole-star-hand-punch-beige-23537097j/product_24517272 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/red-lobster-gift-card-25/product_2657093 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/red-rc-sports-car-convertibles-fast-furious-classic-scale-1-16-sound-flash-light-toycar114/product_24242993 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fiskars-5-kid-s-scissors-pointed-tip-assorted-colors-94307097j/product_407908 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:41:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-aspen-sky-16-x-20-rs996-b1620bmf/product_1727830 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fiskars-assorted-colors-big-kids-pointed-tip-scissors-6-194640/product_24239435 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2-3-4-x-1-3-8-fluorescent-orange-13-pt-shipping-tag-1000-case/product_948447 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2-3-4-x-1-3-8-fluorescent-orange-13-pt-shipping-tag-pre-strung-1000-case/product_948452 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:41:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-aspen-sky-2-11-x-14-rs999-b1114mf/product_1729262 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/red-shipping-tags-3-3-3-4-x-1-7-8-1000-case/product_496202 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/red-shipping-tags-4-4-1-4-x-2-1-8-1000-case/product_496220 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:41:58 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:58 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:59 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:59 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:59 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:59 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:59 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:59 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:59 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:59 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:59 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:59 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:59 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:59 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:59 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:59 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:41:59 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:00 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:00 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:00 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:00 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:00 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:00 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:00 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:00 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:00 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:00 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:00 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:00 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:00 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:00 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:00 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:01 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:01 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:01 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:01 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:01 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:01 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:01 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:01 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:01 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:01 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:01 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:01 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:01 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:01 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:01 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:01 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:02 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:02 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:02 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:02 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:02 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:02 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:02 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:02 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:02 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:02 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:02 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:02 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:02 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:02 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:02 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:02 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:03 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:03 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:03 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:03 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:03 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:03 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:03 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:03 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:03 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:03 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:03 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:03 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:03 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:03 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:03 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:03 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:04 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:04 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:04 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:04 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:04 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:04 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:04 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:04 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:04 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:04 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:04 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:04 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:04 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:04 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:04 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:04 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:05 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:05 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:05 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:05 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:05 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:05 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:05 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:05 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:05 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:05 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:05 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:05 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:05 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:05 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:05 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:05 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:06 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:06 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:06 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:06 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:06 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:06 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:06 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:06 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:42:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2-3-4-x-1-3-8-pink-13-pt-shipping-tag-pre-strung-1000-case/product_948283 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:42:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:42:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2-3-4-x-1-3-8-light-blue-13-pt-shipping-tag-1000-case/product_948269 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2-3-4-x-1-3-8-tyvek-shipping-tag-1000-case/product_948554 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2-3-4-x-1-3-8-white-13-pt-shipping-tag-pre-strung-1000-case/product_948281 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:42:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/five-star-1-subject-notebook-8-5-x-11-college-ruled-100-sheets-each-06206-08076/product_256511 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-beige-floppy-16-x-16-rs976-b1616mf/product_1729030 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:42:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:42:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/five-star-2-3-ring-zipper-binders-black-red-29052ce8/product_24440219 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/redi-tag-page-flags-assorted-colors-1-wide-50-pack-76820/product_437745 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/five-star-2-3-ring-zipper-binders-d-ring-assorted-colors-29052/product_2071937 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/five-star-2-pocket-fastener-folder-assorted-colors-34030/product_2097860 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:09 [scrapy.extensions.logstats] (PID: 171) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2025-12-20 14:42:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2-door-tall-storage/product_SS204614301 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:42:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-blue-floppy-purple-bow-35-x-35-rs977-c3535gg/product_1727469 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2-filament-tape-dispenser-plastic-each-tdpl2/product_897941 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2-inventory-numbered-circles-11-black-1-roll/product_24326102 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:42:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/five-star-5-subject-subject-notebooks-8-x-10-5-wide-ruled-200-sheets-each-51016/product_2072330 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2-mil-poly-tubing-10-x-3000-clear-1940/product_939872 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:42:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/five-star-advance-3-subject-notebooks-8-5-x-11-college-ruled-150-sheets-assorted-colors-06324/product_2072011 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rediform-2-part-carbonless-money-receipt-book-2-75-x-7-200-pack-8l806/product_407807 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2-mil-poly-tubing-13-x-2700-clear-1947/product_363768 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:42:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:42:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:42:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2-mil-poly-tubing-4-x-3000-clear-1915/product_939868 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:42:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2-mil-poly-tubing-5-x-3000-clear-1920/product_939869 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-brown-aspen-sky-16-x-20-rs995-w1620mf/product_1727831 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2-mil-poly-tubing-6-x-3000-clear-1925/product_939870 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/five-star-reinforced-wide-ruled-filler-paper-8-x-10-5-3-hole-punched-80-sheets-pack-150002-150034/product_24555427 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rediform-brown-board-cover-1-subject-notebooks-5-x-7-75-narrow-ruled-80-sheets-brown-red33002/product_2658701 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-brown-aspen-sky-18-x-24-rs995-c1824gg/product_1729194 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rediform-chemistry-lab-notebook-7-5-x-9-25-narrow-ruled-60-green-tint-sheets-blue-cover-43571/product_507991 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/five-star-sports-3-hole-punched-4-pocket-folder-assorted-colors-33176/product_2855093 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:42:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2-milmil-poly-tubing-3-x-1000-clear-pzt0602/product_24329015 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2-part-carbon-style-numbered-inventory-tags-1-500-1-999-500-case/product_496414 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:42:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2-padded-mailers-white-8-3-8-x-10-3-4-25-case/product_497219 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rediform-gold-standard-message-pad-5-69-x-11-75-sheets-pad-50079/product_512652 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-dynomite-24-x-24-rs980-c2424gg/product_1727770 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2-part-carbon-style-numbered-inventory-tags-500-999-500-case/product_496412 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-eye-1-11-x-11-rs1000-b1111bmf/product_1730993 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:42:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-eye-1-11-x-11-rs1000-w1111mf/product_1730991 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rediform-money-receipt-book-2-3-4-x-7-carbonless-120-sets-book-s16444wcl/product_377382 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fk-2-drawer-vert-letter-1hr-31d/product_SS212599370 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-eye-1-11-x-11-rs1000-b1111mf/product_1730992 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-eye-1-14-x-14-rs1000-c1414gg/product_1731236 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fk-4-drawer-lat-31w/product_SS212599374 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fk-4-drawer-lat-37-5w/product_SS212599375 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:42:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fk-4-drawer-vert-legal-1hr-25d/product_SS212599378 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-eye-1-16-x-16-rs1000-w1616mf/product_1729064 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-eye-1-18-x-18-rs1000-c1818gg/product_1729575 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-eye-1-24-x-24-rs1000-c2424gg/product_1727501 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rediform-texhide-record-book-500-pages-black-57151/product_510719 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:42:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2-3-4-x-1-3-8-pink-13-pt-shipping-tag-pre-strung-1000-case/product_948283 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:42:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:42:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2-3-4-x-1-3-8-light-blue-13-pt-shipping-tag-1000-case/product_948269 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2-3-4-x-1-3-8-tyvek-shipping-tag-1000-case/product_948554 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2-3-4-x-1-3-8-white-13-pt-shipping-tag-pre-strung-1000-case/product_948281 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:42:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/five-star-1-subject-notebook-8-5-x-11-college-ruled-100-sheets-each-06206-08076/product_256511 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/five-star-2-pocket-fastener-folder-assorted-colors-34030/product_2097860 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/five-star-2-3-ring-zipper-binders-d-ring-assorted-colors-29052/product_2071937 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/redi-tag-page-flags-assorted-colors-1-wide-50-pack-76820/product_437745 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/five-star-2-3-ring-zipper-binders-black-red-29052ce8/product_24440219 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:42:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:42:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-beige-floppy-16-x-16-rs976-b1616mf/product_1729030 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2-door-tall-storage/product_SS204614301 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/five-star-5-subject-subject-notebooks-8-x-10-5-wide-ruled-200-sheets-each-51016/product_2072330 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:42:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2-filament-tape-dispenser-plastic-each-tdpl2/product_897941 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2-mil-poly-tubing-10-x-3000-clear-1940/product_939872 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2-inventory-numbered-circles-11-black-1-roll/product_24326102 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:42:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-blue-floppy-purple-bow-35-x-35-rs977-c3535gg/product_1727469 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:42:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/five-star-advance-3-subject-notebooks-8-5-x-11-college-ruled-150-sheets-assorted-colors-06324/product_2072011 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2-mil-poly-tubing-13-x-2700-clear-1947/product_363768 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rediform-2-part-carbonless-money-receipt-book-2-75-x-7-200-pack-8l806/product_407807 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:42:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2-mil-poly-tubing-4-x-3000-clear-1915/product_939868 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:42:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:42:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2-mil-poly-tubing-5-x-3000-clear-1920/product_939869 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:42:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-brown-aspen-sky-16-x-20-rs995-w1620mf/product_1727831 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/five-star-reinforced-wide-ruled-filler-paper-8-x-10-5-3-hole-punched-80-sheets-pack-150002-150034/product_24555427 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2-mil-poly-tubing-6-x-3000-clear-1925/product_939870 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rediform-brown-board-cover-1-subject-notebooks-5-x-7-75-narrow-ruled-80-sheets-brown-red33002/product_2658701 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rediform-chemistry-lab-notebook-7-5-x-9-25-narrow-ruled-60-green-tint-sheets-blue-cover-43571/product_507991 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-brown-aspen-sky-18-x-24-rs995-c1824gg/product_1729194 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/five-star-sports-3-hole-punched-4-pocket-folder-assorted-colors-33176/product_2855093 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:42:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2-milmil-poly-tubing-3-x-1000-clear-pzt0602/product_24329015 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2-part-carbon-style-numbered-inventory-tags-1-500-1-999-500-case/product_496414 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:42:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2-padded-mailers-white-8-3-8-x-10-3-4-25-case/product_497219 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rediform-gold-standard-message-pad-5-69-x-11-75-sheets-pad-50079/product_512652 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-dynomite-24-x-24-rs980-c2424gg/product_1727770 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2-part-carbon-style-numbered-inventory-tags-500-999-500-case/product_496412 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-eye-1-11-x-11-rs1000-b1111bmf/product_1730993 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:42:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-eye-1-11-x-11-rs1000-w1111mf/product_1730991 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fk-2-drawer-vert-letter-1hr-31d/product_SS212599370 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rediform-money-receipt-book-2-3-4-x-7-carbonless-120-sets-book-s16444wcl/product_377382 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-eye-1-14-x-14-rs1000-c1414gg/product_1731236 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-eye-1-11-x-11-rs1000-b1111mf/product_1730992 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fk-4-drawer-lat-31w/product_SS212599374 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fk-4-drawer-lat-37-5w/product_SS212599375 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:42:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fk-4-drawer-vert-legal-1hr-25d/product_SS212599378 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-eye-1-16-x-16-rs1000-w1616mf/product_1729064 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-eye-1-18-x-18-rs1000-c1818gg/product_1729575 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-eye-1-24-x-24-rs1000-c2424gg/product_1727501 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rediform-texhide-record-book-500-pages-black-57151/product_510719 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:25 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:25 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:25 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:25 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:25 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:25 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:25 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:25 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:25 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:25 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:25 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:25 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:25 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:25 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:25 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:25 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:26 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:26 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:26 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:26 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:26 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:26 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:26 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:26 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:26 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:26 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:26 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:26 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:26 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:26 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:26 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:26 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:27 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:27 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:27 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:27 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:27 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:27 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:27 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:27 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:27 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:27 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:27 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:27 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:27 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:27 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:27 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:27 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:28 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:28 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:28 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:28 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:28 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:28 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:28 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:28 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:28 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:28 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:28 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:28 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:28 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:28 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:28 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:28 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:29 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:29 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:29 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:29 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:29 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:29 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:29 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:29 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:29 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:29 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:29 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:29 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:29 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:29 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:29 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:29 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:30 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:30 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:30 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:30 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:30 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:30 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:30 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:30 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:30 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:30 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:30 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:30 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:30 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:30 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:30 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:30 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:31 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:31 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:31 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:31 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:31 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:31 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:31 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:31 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:31 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:31 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:31 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:31 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:31 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:31 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:31 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:31 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:32 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:32 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:32 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:32 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:32 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:32 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:32 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:32 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:32 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:32 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:32 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:32 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:32 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:32 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:32 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:32 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fk-4-drawer-vert-letter-25d/product_SS212599352 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rediform-texhide-record-book-7-7-8-x-10-black-150-sheets-book-56231/product_790429 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-fall-aspens-11-x-11-rs997-b1111bmf/product_1730866 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-fall-aspens-11-x-11-rs997-b1111mf/product_1730865 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2-x-10-layflat-poly-bags-1-5-mil-clear-1000-carton-16/product_939119 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2-x-110-yds-industrial-packing-tape-clear-36-carton-cw55981/product_2846645 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:42:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2-x-16-layflat-poly-bags-2-mil-clear-1000-carton-348/product_939540 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-fall-aspens-35-x-35-rs997-c3535gg/product_1727451 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:42:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2-x-2-x-18-medium-duty-edge-protectors-160-4480-pallet-vbdep2218160/product_2653380 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fk-turtle-2-drawer-vert-22d/product_SS212599357 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:42:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fk-turtle-4-drawer-vertical-file-cabinet/product_SS236026123 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-fall-red-tree-11-x-11-rs981-b1111mf/product_1730901 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:42:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/reed-c-370-waterproof-rtd-thermometer-ip67-c0370/product_2313888 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-just-words-1-11-x-11-rs982-b1111bmf/product_1730900 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:42:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:42:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flagship-carpets-nylon-counting-feet-3-x5-multi-colored-rug-ce193-16w/product_2454181 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2-x-2-x-48-light-duty-edge-protectors-120-50-bundle-vbdep2248120bx/product_2653078 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:42:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-just-words-1-16-x-16-rs982-b1616mf/product_1729016 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/reed-instruments-digital-thermal-imaging-camera-black-blue-r2165/product_24596381 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2-x-2-x-6-light-duty-edge-protectors-120-800-carton-vbdsp226120/product_920774 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:42:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2-x-2-x-7-white-reverse-tuck-folding-carton-500-case/product_2653013 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/reed-instruments-infrared-thermometer-r2300/product_24390865 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2-x-22-kraft-mailing-tube-with-caps-50-case/product_947522 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-just-words-2-14-x-14-rs983-c1414gg/product_1731204 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/reed-instruments-infrared-thermometer-r2310/product_24390866 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2-x-24-1-4-triangle-mailing-tube-50-bundle/product_949064 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2-x-24-layflat-poly-bags-2-mil-clear-1000-carton-354/product_939543 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flagship-carpets-nylon-primary-pictures-4-x6-multi-colored-rug-ce194-22w/product_2454155 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2-x-24-mailing-tubes-white-each-468298/product_468298 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flagship-carpets-nylon-primary-pictures-5-x8-multi-colored-rug-ce194-28w/product_2454154 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:42:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2-x-3-layflat-poly-bags-1-5-mil-clear-10000-carton-pz403/product_23977875 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2-x-3-layflat-poly-bags-2-mil-clear-1000-carton-4100a/product_939371 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flagzone-california-flag-with-heading-and-grommets-3-x-5-each/product_1610136 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2-x-3-layflat-poly-bags-bags-on-a-roll-2-mil-clear-4000-roll-2595/product_692604 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/reed-instruments-sound-level-meter-with-bargraph-type-2-30-to-130-db-r8060/product_2313782 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2-x-3-reclosable-poly-bags-2-mil-pink-1000-carton-pbas700/product_23977786 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:42:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-movie-camera-16-x-16-rs1002-b1616mf/product_1729062 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flagzone-iowa-flag-with-heading-and-grommets-3-x-5-each/product_1610078 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-movie-light-18-x-18-rs1003-c1818gg/product_1729573 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:42:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-movie-light-35-x-35-rs1003-c3535gg/product_1727484 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:42:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/reed-lm-81lx-compact-light-meter-20-000-lux-2-000-foot-candles-fc-lm-81lx/product_2313839 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-movie-projector-11-x-11-rs1004-b1111mf/product_1730973 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2-x-36-1-4-triangle-mailing-tube-50-bundle/product_949066 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:42:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-movie-projector-14-x-14-rs1004-c1414gg/product_1731233 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/reed-r5000-autoranging-watt-meter-true-rms-r5000/product_24285709 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:42:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:42:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flammable-10x14-040-aluminum-caution-sign/product_561534 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-movie-projector-24-x-24-rs1004-c2424gg/product_1727498 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:42:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flammable-gas-10x14-040-aluminum-danger-sign/product_564298 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2-x-6-layflat-poly-bags-2-mil-clear-1000-carton-346/product_939538 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fk-4-drawer-vert-letter-25d/product_SS212599352 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rediform-texhide-record-book-7-7-8-x-10-black-150-sheets-book-56231/product_790429 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-fall-aspens-11-x-11-rs997-b1111bmf/product_1730866 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-fall-aspens-11-x-11-rs997-b1111mf/product_1730865 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2-x-10-layflat-poly-bags-1-5-mil-clear-1000-carton-16/product_939119 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2-x-110-yds-industrial-packing-tape-clear-36-carton-cw55981/product_2846645 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:42:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2-x-16-layflat-poly-bags-2-mil-clear-1000-carton-348/product_939540 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-fall-aspens-35-x-35-rs997-c3535gg/product_1727451 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:42:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2-x-2-x-18-medium-duty-edge-protectors-160-4480-pallet-vbdep2218160/product_2653380 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fk-turtle-2-drawer-vert-22d/product_SS212599357 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:42:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fk-turtle-4-drawer-vertical-file-cabinet/product_SS236026123 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-fall-red-tree-11-x-11-rs981-b1111mf/product_1730901 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:42:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/reed-c-370-waterproof-rtd-thermometer-ip67-c0370/product_2313888 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-just-words-1-16-x-16-rs982-b1616mf/product_1729016 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:42:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flagship-carpets-nylon-counting-feet-3-x5-multi-colored-rug-ce193-16w/product_2454181 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:42:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2-x-2-x-48-light-duty-edge-protectors-120-50-bundle-vbdep2248120bx/product_2653078 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:42:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-just-words-1-11-x-11-rs982-b1111bmf/product_1730900 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/reed-instruments-digital-thermal-imaging-camera-black-blue-r2165/product_24596381 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2-x-2-x-7-white-reverse-tuck-folding-carton-500-case/product_2653013 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2-x-2-x-6-light-duty-edge-protectors-120-800-carton-vbdsp226120/product_920774 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-just-words-2-14-x-14-rs983-c1414gg/product_1731204 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/reed-instruments-infrared-thermometer-r2300/product_24390865 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/reed-instruments-infrared-thermometer-r2310/product_24390866 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2-x-22-kraft-mailing-tube-with-caps-50-case/product_947522 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:42:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2-x-24-1-4-triangle-mailing-tube-50-bundle/product_949064 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2-x-24-layflat-poly-bags-2-mil-clear-1000-carton-354/product_939543 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flagship-carpets-nylon-primary-pictures-4-x6-multi-colored-rug-ce194-22w/product_2454155 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:42:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2-x-24-mailing-tubes-white-each-468298/product_468298 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2-x-3-layflat-poly-bags-2-mil-clear-1000-carton-4100a/product_939371 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2-x-3-layflat-poly-bags-1-5-mil-clear-10000-carton-pz403/product_23977875 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flagship-carpets-nylon-primary-pictures-5-x8-multi-colored-rug-ce194-28w/product_2454154 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flagzone-california-flag-with-heading-and-grommets-3-x-5-each/product_1610136 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:42:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-movie-camera-16-x-16-rs1002-b1616mf/product_1729062 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2-x-3-reclosable-poly-bags-2-mil-pink-1000-carton-pbas700/product_23977786 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/reed-instruments-sound-level-meter-with-bargraph-type-2-30-to-130-db-r8060/product_2313782 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2-x-3-layflat-poly-bags-bags-on-a-roll-2-mil-clear-4000-roll-2595/product_692604 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flagzone-iowa-flag-with-heading-and-grommets-3-x-5-each/product_1610078 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-movie-light-18-x-18-rs1003-c1818gg/product_1729573 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:42:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-movie-light-35-x-35-rs1003-c3535gg/product_1727484 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:42:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-movie-projector-11-x-11-rs1004-b1111mf/product_1730973 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2-x-36-1-4-triangle-mailing-tube-50-bundle/product_949066 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/reed-lm-81lx-compact-light-meter-20-000-lux-2-000-foot-candles-fc-lm-81lx/product_2313839 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:42:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-movie-projector-14-x-14-rs1004-c1414gg/product_1731233 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/reed-r5000-autoranging-watt-meter-true-rms-r5000/product_24285709 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:42:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:42:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flammable-10x14-040-aluminum-caution-sign/product_561534 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flammable-gas-10x14-040-aluminum-danger-sign/product_564298 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:42:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-movie-projector-24-x-24-rs1004-c2424gg/product_1727498 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2-x-6-layflat-poly-bags-2-mil-clear-1000-carton-346/product_939538 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:42:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:52 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:52 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:52 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:52 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:52 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:52 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:52 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:52 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:52 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:52 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:52 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:52 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:52 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:52 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:52 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:52 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:53 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:53 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:53 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:53 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:53 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:53 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:53 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:53 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:53 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:53 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:53 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:53 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:53 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:53 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:53 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:53 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:54 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:54 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:54 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:54 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:54 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:54 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:54 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:54 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:54 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:54 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:54 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:54 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:54 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:54 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:54 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:54 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:55 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:55 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:55 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:55 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:55 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:55 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:55 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:55 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:55 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:55 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:55 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:55 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:55 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:55 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:56 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:56 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:56 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:56 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:56 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:56 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:56 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:56 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:56 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:56 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:56 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:56 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:56 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:57 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:57 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:57 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:57 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:57 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:57 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:57 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:57 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:57 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:57 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:58 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:58 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:58 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:58 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:58 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:58 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:58 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:58 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:58 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:58 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:58 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:59 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:59 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:59 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:59 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:59 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:59 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:59 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:59 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:59 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:59 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:59 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:59 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:59 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:59 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:59 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:42:59 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/reese-s-king-size-chocolate-milk-chocolate-and-peanut-butter-2-8-oz-322941/product_509089 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2-x-60-yds-1-pack-industrial-003-aluminum-foil-tape/product_905731 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/reed-r8890-deluxe-hard-carrying-case-15-7-x-12-6-x-6-7/product_24285665 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-movie-typewriter-16-x-16-rs1005-b1616bmf/product_1729057 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/reed-st-funnel-reed-st-funnel-funnel-adapter-for-r7100-and-st-6236b-tachometers/product_2313724 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/20-4x8-ft-invttn-100-mt-gr/product_352234 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:43:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/reese-s-king-size-peanut-butter-cups-2-8-oz-24-count-hec48000/product_906149 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:43:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-24-laminate-square-table-round-base-black-xubk2424tr18b3f/product_24199229 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-muertos-2-16-x-16-rs1007-b1616mf/product_1729052 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/20-L-x-16-W-x-14-H-Shipping-Boxes-32-ECT-Brown-15-Bundle-HD201614/product_630467 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-muertos-2-24-x-24-rs1007-c2424gg/product_1727783 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-24-read-writing-station-wood-grain-black-fd-desk-gg/product_130024 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-24-round-wood-cocktail-table/product_257802 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:43:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-24-w-student-desk-with-open-front-book-box/product_SS240294929 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/20-L-x-18-W-x-12-H-Shipping-Boxes-32-ECT-Brown-10-Bundle-201812/product_557430 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-muertos-3-16-x-16-rs1008-b1616mf/product_1729050 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-29-laminate-laptop-desks-cherry-nanjn2762/product_201326 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:43:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-3-drawer-cabinet-legal-letter-files-black-21-hzchpl01bk/product_24519099 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:43:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:43:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:43:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/reeses-peanut-butter-minis-7-6-oz-resealable-pouch-8-count-hec47056/product_24395346 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-3-drawer-cabinet-legal-letter-files-white-21-hzchpl01w/product_24519097 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:43:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:43:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/20-L-x-20-W-x-20-H-Multi-Depth-Shipping-Boxes-44-ECT-Brown-10-Bundle-MDHD202020/product_481758 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:43:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/reeves-non-washable-oil-paints-assorted-colors-0-34-oz-12-box-8591006/product_2314941 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/refurbished-hp-desktop-computer-800g1-intel-core-i5-16gb-1tb-hdd-windows-10-pro-keyboard-and-mouse-wifi-hdmi/product_24354411 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-31-5-round-aluminum-indoor-outdoor-table-with-base-tlh0523/product_1982661 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-36-round-black-laminate-table-set-w-4-black-trapezoidal-back-banquet-x-base-chairs-hdbf1001/product_257836 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/refurbished-hp-desktop-computer-800g1-intel-core-i5-16gb-240gb-ssd-windows-10-pro-dual-19-monitors-keyboard-mouse-wifi/product_24354323 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/20-L-x-20-W-x-26-H-Shipping-Boxes-32-ECT-Brown-10-Bundle-202026/product_426385 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-orange-hat-purple-feathers-18-x-18-rs984-c1818gg/product_1729553 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-orange-hat-purple-feathers-35-x-35-rs984-c3535gg/product_1727462 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-orange-hat-purple-feathers-16-x-16-rs984-b1616bmf/product_1729011 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-4-drawer-vertical-storage-dresser-white-light-gray-wx5l203xwhgr/product_24514027 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/regal-entertainment-gift-card-10-email-delivery/product_24462903 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:43:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:43:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:43:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-panoraspens-4-16-x-47-rs1009-c1647gg/product_1727345 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-purple-bow-heel-11-x-11-rs985-b1111bmf/product_1730892 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/20-adv-lbl-2-sheet-3x2-pis/product_24471716 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-purple-bow-heel-11-x-11-rs985-b1111mf/product_1730891 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/regency-30-inch-round-laminate-table-with-4-chairs-black-tb30rndch44bk/product_1607873 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/20-adv-lbl-2-sheet-3x2-pol/product_24471709 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/regency-30-inch-round-table-with-4-chairs-black-tb30rndpl44bk/product_1607849 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/regency-30-inch-round-table-with-4-chairs-blue-tb30rndpl44be/product_1607850 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/20-adv-lbl-gls-3x2-pol-dpf/product_24471746 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-5-piece-outdoor-rattan-set-dadsf113teecbn/product_24256985 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-60-dia-folding-table-granite-white-15-pack-15dadycz154gw/product_200918 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-purple-strap-boot-16-x-16-rs986-b1616bmf/product_1728512 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-84-x40-folding-farm-table-pine-wood-xaf84x40/product_24280870 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:43:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-purple-strap-boot-16-x-16-rs986-b1616mf/product_1728107 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:43:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/20-x-10-x-36-gusseted-poly-bags-3-mil-clear-200-carton-1751/product_693086 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/regency-36-inch-training-hospitality-round-shape-laminate-table-with-4-chairs-blue-tb36rndgy44be/product_1607807 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/20-x-10-x-4-shipping-boxes-32-ect-brown-25-bundle-20104/product_630646 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/reese-s-king-size-chocolate-milk-chocolate-and-peanut-butter-2-8-oz-322941/product_509089 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2-x-60-yds-1-pack-industrial-003-aluminum-foil-tape/product_905731 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/reed-r8890-deluxe-hard-carrying-case-15-7-x-12-6-x-6-7/product_24285665 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-movie-typewriter-16-x-16-rs1005-b1616bmf/product_1729057 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/reed-st-funnel-reed-st-funnel-funnel-adapter-for-r7100-and-st-6236b-tachometers/product_2313724 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/20-4x8-ft-invttn-100-mt-gr/product_352234 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:43:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/reese-s-king-size-peanut-butter-cups-2-8-oz-24-count-hec48000/product_906149 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:09 [scrapy.extensions.logstats] (PID: 171) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2025-12-20 14:43:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-24-laminate-square-table-round-base-black-xubk2424tr18b3f/product_24199229 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:43:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/20-L-x-16-W-x-14-H-Shipping-Boxes-32-ECT-Brown-15-Bundle-HD201614/product_630467 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-muertos-2-24-x-24-rs1007-c2424gg/product_1727783 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-muertos-2-16-x-16-rs1007-b1616mf/product_1729052 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-24-read-writing-station-wood-grain-black-fd-desk-gg/product_130024 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-24-round-wood-cocktail-table/product_257802 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:43:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-24-w-student-desk-with-open-front-book-box/product_SS240294929 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/20-L-x-18-W-x-12-H-Shipping-Boxes-32-ECT-Brown-10-Bundle-201812/product_557430 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-3-drawer-cabinet-legal-letter-files-black-21-hzchpl01bk/product_24519099 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-muertos-3-16-x-16-rs1008-b1616mf/product_1729050 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-29-laminate-laptop-desks-cherry-nanjn2762/product_201326 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:43:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:43:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:43:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:43:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/reeses-peanut-butter-minis-7-6-oz-resealable-pouch-8-count-hec47056/product_24395346 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-3-drawer-cabinet-legal-letter-files-white-21-hzchpl01w/product_24519097 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:43:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:43:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/20-L-x-20-W-x-20-H-Multi-Depth-Shipping-Boxes-44-ECT-Brown-10-Bundle-MDHD202020/product_481758 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:43:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/reeves-non-washable-oil-paints-assorted-colors-0-34-oz-12-box-8591006/product_2314941 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/refurbished-hp-desktop-computer-800g1-intel-core-i5-16gb-1tb-hdd-windows-10-pro-keyboard-and-mouse-wifi-hdmi/product_24354411 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-orange-hat-purple-feathers-16-x-16-rs984-b1616bmf/product_1729011 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-orange-hat-purple-feathers-35-x-35-rs984-c3535gg/product_1727462 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-orange-hat-purple-feathers-18-x-18-rs984-c1818gg/product_1729553 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/20-L-x-20-W-x-26-H-Shipping-Boxes-32-ECT-Brown-10-Bundle-202026/product_426385 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/refurbished-hp-desktop-computer-800g1-intel-core-i5-16gb-240gb-ssd-windows-10-pro-dual-19-monitors-keyboard-mouse-wifi/product_24354323 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-36-round-black-laminate-table-set-w-4-black-trapezoidal-back-banquet-x-base-chairs-hdbf1001/product_257836 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-31-5-round-aluminum-indoor-outdoor-table-with-base-tlh0523/product_1982661 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-4-drawer-vertical-storage-dresser-white-light-gray-wx5l203xwhgr/product_24514027 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/regal-entertainment-gift-card-10-email-delivery/product_24462903 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-panoraspens-4-16-x-47-rs1009-c1647gg/product_1727345 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/20-adv-lbl-2-sheet-3x2-pis/product_24471716 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-purple-bow-heel-11-x-11-rs985-b1111bmf/product_1730892 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:43:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:43:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:43:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-purple-bow-heel-11-x-11-rs985-b1111mf/product_1730891 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-60-dia-folding-table-granite-white-15-pack-15dadycz154gw/product_200918 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/regency-30-inch-round-table-with-4-chairs-blue-tb30rndpl44be/product_1607850 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/regency-30-inch-round-table-with-4-chairs-black-tb30rndpl44bk/product_1607849 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/20-adv-lbl-2-sheet-3x2-pol/product_24471709 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-5-piece-outdoor-rattan-set-dadsf113teecbn/product_24256985 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/20-adv-lbl-gls-3x2-pol-dpf/product_24471746 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/regency-30-inch-round-laminate-table-with-4-chairs-black-tb30rndch44bk/product_1607873 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-purple-strap-boot-16-x-16-rs986-b1616bmf/product_1728512 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-purple-strap-boot-16-x-16-rs986-b1616mf/product_1728107 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-84-x40-folding-farm-table-pine-wood-xaf84x40/product_24280870 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/20-x-10-x-36-gusseted-poly-bags-3-mil-clear-200-carton-1751/product_693086 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:43:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:43:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/regency-36-inch-training-hospitality-round-shape-laminate-table-with-4-chairs-blue-tb36rndgy44be/product_1607807 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/20-x-10-x-4-shipping-boxes-32-ect-brown-25-bundle-20104/product_630646 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:19 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:19 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:19 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:19 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:19 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:19 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:19 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:19 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:19 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:20 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:20 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:20 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:20 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:20 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:20 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:20 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:20 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:20 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:20 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:20 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:20 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:21 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:21 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:21 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:21 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:21 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:21 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:21 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:21 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:21 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:21 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:21 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:21 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:22 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:22 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:22 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:22 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:22 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:22 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:22 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:22 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:22 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:22 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:22 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:22 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:22 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:22 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:22 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:22 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:23 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:23 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:23 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:23 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:23 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:23 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:23 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:23 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:23 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:23 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:23 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:23 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:23 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:23 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:23 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:23 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:24 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:24 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:24 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:24 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:24 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:24 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:24 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:24 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:24 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:24 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:24 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:24 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:24 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:24 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:24 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:24 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:25 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:25 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:25 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:25 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:25 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:25 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:25 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:25 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:25 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:25 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:25 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:25 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:25 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:25 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:25 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:25 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/regency-36-laminate-cherry-round-table-with-4-m-stacker-chairs-black-tkb36rndch47bk/product_1608025 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:43:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-quoth-the-raven-1-18-x-18-rs1010-c1818gg/product_1729567 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/20-x-100-poly-sheeting-4-0-mil-clear-4445/product_939229 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-red-apple-splash-matted-art-black-frame-16x20-inches/product_254658 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/20-x-1000-55-gauge-cast-stretch-wrap-clear-4-carton-cw58441-20x1000/product_1156483 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/regency-42-inch-laminate-round-table-with-4-chairs-gray-tb42rndbe44gy/product_1607781 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/20-x-1000-80-gauge-cast-stretch-wrap-red-tinted-4-carton-good20red/product_412952 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/20-x-1000-goodwrappers-80-gauge-black-stretch-wrap-4-carton-good20bla/product_452677 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-beverly-armless-ergonomic-mesh-swivel-mid-back-padded-task-office-chair-coffee-brown-h2376fcof/product_257389 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/regency-42-inch-round-laminate-maple-table-with-4-m-stacker-chairs-blue-tkb42rndpl47be/product_1608555 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-red-hat-orange-feathers-16-x-16-rs987-b1616mf/product_1728105 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/regency-42-inch-laminate-square-table-with-4-chairs-blue-tb4242pl44be/product_1607788 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-red-hat-orange-feathers-18-x-18-rs987-c1818gg/product_1729537 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-billie-24-w-student-desk-with-open-front-metal-book-box-gray-fddeskgy/product_24497831 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-billie-24-w-student-desk-with-open-front-metal-book-box-gray-granite-silver-fddeskgygy/product_24561133 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-billie-24-w-student-desk-with-open-front-metal-book-box-maple-silver-fddeskgympl/product_24562430 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/20-x-13-x-10-shipping-boxes-32-ect-brown-20-bundle-bs201310/product_2647414 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-brandy-armless-ergonomic-fabric-swivel-mid-back-task-office-chair-black-bt90297m/product_1983657 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-red-strap-boot-18-x-18-rs988-c1818gg/product_1729536 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-2-section-open-corner-storage-unit-24-5-h-x-24-w-x-11-75-d-brown-mk-ke24060-gg/product_24562691 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-2-section-open-storage-unit-24-5-h-x-47-25-w-x-11-75-d-brown-mk-me088030-gg/product_24562673 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/20-x-15-x-12-shipping-boxes-32-ect-brown/product_24409975 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/regency-48-inch-metal-wood-training-table-cherry/product_1608185 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/regency-48-inch-metal-wood-training-table-mahogany-mtrct4824mh/product_1608307 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/regency-48-inch-round-gray-table-with-m-stacker-chairs-gray-tkb48rndgy47gy/product_1608452 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/20-x-15-x-9-shipping-boxes-32-ect-brown-25-bundle-20159/product_948985 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-3-panel-steam-wall-system-brown-mk-me088001-gg/product_24562729 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-3-section-book-display-unit-25-75-h-x-31-5-w-x-11-75-d-brown-mk-ke24299-gg/product_24562692 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/regency-48-inch-round-laminate-table-with-4-restaurant-stack-chairs-beige-tkb48rndbe29/product_1608539 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-3-section-modular-bookstand-with-storage-36-x-34-75-brown-mkke24282/product_24562695 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-silver-aspens-11-x-11-rs993-w1111mf/product_1730870 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-silver-aspens-14-x-14-rs993-c1414gg/product_1731194 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-silver-aspens-16-x-16-rs993-w1616mf/product_1728093 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:43:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:43:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/regency-48-laminate-round-lunch-room-table-with-4-m-stacker-chairs-gray-tkb48rndmh47gy/product_1608364 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/regency-48-round-table-cherry-kobe-base-with-4-m-stacker-chairs-blue-tkb48rndch47be/product_1608532 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:43:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/regency-69-w-desktop-hutch-mahogany-tvhd72mh/product_1608031 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/regency-72-l-x-24-w-kee-training-table-mahogany-black-2-apprentice-chairs-black-mt7224mhpbk09bk/product_24141316 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/regency-72-l-x-24-w-kee-training-table-mahogany-black-2-m-stack-chairs-burgundy-mt7224mhpbk47by/product_24141007 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:43:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-the-raven-1-16-x-16-rs1011-b1616mf/product_1729045 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-9-section-puzzle-holder-24-h-x-12-5-w-x-12-75-d-natural-birch-plywood-mk-10841-gg/product_24588752 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/regency-72-wood-credenza-brown-tvec7224mh/product_1608033 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/20-x-18-x-18-shipping-boxes-32-ect-brown-20-bundle-bs201818/product_2647500 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-the-raven-2-11-x-11-rs1012-b1111bmf/product_1730946 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-butterfly-life-cycle-wall-activity-board-mk-me12883-gg/product_24562773 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-chain-and-gears-for-modular-steam-walls-79-pack-mk-me24343-gg/product_24562766 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-the-raven-2-11-x-11-rs1012-w1111mf/product_1730944 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/20-x-18-x-36-gusseted-poly-bags-2-mil-clear-250-carton-1638/product_693046 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:43:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/20-x-18-x-36-gusseted-poly-bags-3-mil-clear-100-carton-1764/product_693096 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/20-x-18-x-6-shipping-boxes-32-ect-brown-20-bundle-bs201806/product_2647487 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/regency-kee-42-x-24-training-table-grey-chrome/product_2493367 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-the-raven-2-16-x-16-rs1012-w1616mf/product_1729041 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:43:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-counting-steam-wall-activity-board-mk-me09524-gg/product_24562755 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:43:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:43:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-display-shelf-unit-24-5-h-x-31-5-w-x-11-75-d-brown-mk-ke19226-gg/product_24562698 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/20-x-20-reclosable-poly-bags-clear-100-carton-pb4405/product_23977951 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-geometric-shapes-stem-learning-board-mk-mk08763-gg/product_24589715 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/regency-36-laminate-cherry-round-table-with-4-m-stacker-chairs-black-tkb36rndch47bk/product_1608025 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:43:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-quoth-the-raven-1-18-x-18-rs1010-c1818gg/product_1729567 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/20-x-100-poly-sheeting-4-0-mil-clear-4445/product_939229 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-red-apple-splash-matted-art-black-frame-16x20-inches/product_254658 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/20-x-1000-55-gauge-cast-stretch-wrap-clear-4-carton-cw58441-20x1000/product_1156483 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/regency-42-inch-laminate-round-table-with-4-chairs-gray-tb42rndbe44gy/product_1607781 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/20-x-1000-80-gauge-cast-stretch-wrap-red-tinted-4-carton-good20red/product_412952 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-beverly-armless-ergonomic-mesh-swivel-mid-back-padded-task-office-chair-coffee-brown-h2376fcof/product_257389 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-red-hat-orange-feathers-16-x-16-rs987-b1616mf/product_1728105 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/regency-42-inch-round-laminate-maple-table-with-4-m-stacker-chairs-blue-tkb42rndpl47be/product_1608555 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/20-x-1000-goodwrappers-80-gauge-black-stretch-wrap-4-carton-good20bla/product_452677 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/regency-42-inch-laminate-square-table-with-4-chairs-blue-tb4242pl44be/product_1607788 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-red-hat-orange-feathers-18-x-18-rs987-c1818gg/product_1729537 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-billie-24-w-student-desk-with-open-front-metal-book-box-gray-fddeskgy/product_24497831 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-billie-24-w-student-desk-with-open-front-metal-book-box-gray-granite-silver-fddeskgygy/product_24561133 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/20-x-13-x-10-shipping-boxes-32-ect-brown-20-bundle-bs201310/product_2647414 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-brandy-armless-ergonomic-fabric-swivel-mid-back-task-office-chair-black-bt90297m/product_1983657 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-billie-24-w-student-desk-with-open-front-metal-book-box-maple-silver-fddeskgympl/product_24562430 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-2-section-open-corner-storage-unit-24-5-h-x-24-w-x-11-75-d-brown-mk-ke24060-gg/product_24562691 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-red-strap-boot-18-x-18-rs988-c1818gg/product_1729536 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/20-x-15-x-12-shipping-boxes-32-ect-brown/product_24409975 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-2-section-open-storage-unit-24-5-h-x-47-25-w-x-11-75-d-brown-mk-me088030-gg/product_24562673 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/regency-48-inch-metal-wood-training-table-cherry/product_1608185 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/regency-48-inch-metal-wood-training-table-mahogany-mtrct4824mh/product_1608307 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/regency-48-inch-round-gray-table-with-m-stacker-chairs-gray-tkb48rndgy47gy/product_1608452 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/20-x-15-x-9-shipping-boxes-32-ect-brown-25-bundle-20159/product_948985 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-3-panel-steam-wall-system-brown-mk-me088001-gg/product_24562729 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-3-section-book-display-unit-25-75-h-x-31-5-w-x-11-75-d-brown-mk-ke24299-gg/product_24562692 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-3-section-modular-bookstand-with-storage-36-x-34-75-brown-mkke24282/product_24562695 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/regency-48-inch-round-laminate-table-with-4-restaurant-stack-chairs-beige-tkb48rndbe29/product_1608539 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-silver-aspens-11-x-11-rs993-w1111mf/product_1730870 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-silver-aspens-16-x-16-rs993-w1616mf/product_1728093 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-silver-aspens-14-x-14-rs993-c1414gg/product_1731194 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:43:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:43:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/regency-48-round-table-cherry-kobe-base-with-4-m-stacker-chairs-blue-tkb48rndch47be/product_1608532 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/regency-48-laminate-round-lunch-room-table-with-4-m-stacker-chairs-gray-tkb48rndmh47gy/product_1608364 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/regency-69-w-desktop-hutch-mahogany-tvhd72mh/product_1608031 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:43:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/regency-72-l-x-24-w-kee-training-table-mahogany-black-2-apprentice-chairs-black-mt7224mhpbk09bk/product_24141316 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/regency-72-l-x-24-w-kee-training-table-mahogany-black-2-m-stack-chairs-burgundy-mt7224mhpbk47by/product_24141007 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:43:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-the-raven-1-16-x-16-rs1011-b1616mf/product_1729045 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-9-section-puzzle-holder-24-h-x-12-5-w-x-12-75-d-natural-birch-plywood-mk-10841-gg/product_24588752 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/regency-72-wood-credenza-brown-tvec7224mh/product_1608033 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/20-x-18-x-18-shipping-boxes-32-ect-brown-20-bundle-bs201818/product_2647500 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-the-raven-2-11-x-11-rs1012-b1111bmf/product_1730946 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-chain-and-gears-for-modular-steam-walls-79-pack-mk-me24343-gg/product_24562766 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-butterfly-life-cycle-wall-activity-board-mk-me12883-gg/product_24562773 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/regency-kee-42-x-24-training-table-grey-chrome/product_2493367 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/20-x-18-x-6-shipping-boxes-32-ect-brown-20-bundle-bs201806/product_2647487 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/20-x-18-x-36-gusseted-poly-bags-3-mil-clear-100-carton-1764/product_693096 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:43:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/20-x-18-x-36-gusseted-poly-bags-2-mil-clear-250-carton-1638/product_693046 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-the-raven-2-11-x-11-rs1012-w1111mf/product_1730944 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-the-raven-2-16-x-16-rs1012-w1616mf/product_1729041 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:43:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-display-shelf-unit-24-5-h-x-31-5-w-x-11-75-d-brown-mk-ke19226-gg/product_24562698 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:43:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:43:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-counting-steam-wall-activity-board-mk-me09524-gg/product_24562755 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/20-x-20-reclosable-poly-bags-clear-100-carton-pb4405/product_23977951 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-geometric-shapes-stem-learning-board-mk-mk08763-gg/product_24589715 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:43 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:43 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:43 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:43 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:43 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:43 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:43 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:43 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:43 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:43 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:43 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:43 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:43 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:43 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:43 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:43 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:44 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:45 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:45 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:45 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:45 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:45 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:45 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:45 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:45 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:45 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:46 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:46 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:46 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:46 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:46 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:46 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:46 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:46 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:46 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:46 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:46 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:46 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:46 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:46 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:47 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:47 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:47 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:47 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:47 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:47 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:47 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:47 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:47 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:47 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:47 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:47 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:47 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:47 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:47 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:47 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:48 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:48 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:48 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:48 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:48 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:48 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:48 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:48 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:48 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:48 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:48 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:48 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:48 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:48 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:48 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:48 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:49 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:49 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:49 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:49 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:49 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:49 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:49 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:49 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:49 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:49 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:49 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:49 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:49 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:49 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:49 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:49 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:50 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:50 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:50 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:50 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:50 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:50 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:50 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:50 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:50 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:50 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:50 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:50 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:50 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:50 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:50 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:50 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:43:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/20-x-20-x-11-shipping-boxes-32-ect-brown-20-bundle-bs202011/product_2647528 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/20-x-20-x-12-32-ect-shipping-boxes-15-bundle-cw57304/product_426355 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/20-x-20-x-12-32-ect-shipping-boxes/product_2647522 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/regency-kee-training-table-24-d-x-42-w-mahogany-black-mt4224mhbpbk/product_2493366 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:43:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-hercules-59-semi-circle-table-beech-mk-me088013-gg/product_24562738 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/regency-kee-training-table-24-d-x-48-w-mahogany-black-mt4824mhbpbk/product_2493365 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/20-x-20-x-18-shipping-boxes-32-ect-brown-10-bundle-202018/product_426358 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/regency-kee-training-table-24-d-x-60-w-mahogany-black-mt6024mhbpbk/product_2493284 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/regency-kee-training-table-24-d-x-60-w-maple-black-mt6024plbpbk/product_2493280 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:43:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-hercules-59-semi-circle-table-height-adjustable-white-beech-mk-me088020-gg/product_24562731 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-hercules-rectangular-table-47-25-x-23-5-beech-mk-me088011-gg/product_24562708 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/20-x-20-x-30-shipping-boxes-32-ect-brown-20-bundle-bs202030/product_2647557 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-three-quarter-typewriter-11-x-11-rs989-w1111mf/product_1730879 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/20-x-20-x-4-corrugated-kraft-shipping-boxes-flat-20-pack-bs202004x/product_24409954 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/regency-legacy-65-wardrobe-mahogany/product_2497838 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:43:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:43:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-hercules-square-corner-table-16-5-x-16-5-beech-mk-ke24336-gg/product_24562712 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/regency-legacy-collection-71-inch-5-shelf-high-bookcase-cherry/product_1607559 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/20-x-24-antistatic-layflat-poly-bags-4-mil-pink-250-carton-12215/product_360955 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-three-quarter-typewriter-18-x-18-rs989-c1818gg/product_1729535 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:43:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:43:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/20-x-24-layflat-poly-bags-3-mil-clear-250-carton-940/product_939153 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/20-x-24-layflat-poly-bags-2-mil-clear-500-carton-605/product_939630 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/20-x-24-layflat-poly-bags-6-mil-clear-250-carton-8605/product_361007 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-kids-2-shelf-kitchen-cabinet-brown-orange-mk-me03539-gg/product_24562722 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:43:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:43:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:43:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-kids-reading-nook-with-canopy-brown-mk-ke18007-gg/product_24562740 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/regency-marque-124-5-w-curved-reception-desk-workstation-mahogany-77292mh/product_24566696 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-kids-washing-machine-with-integrated-storage-brown-blue-mk-me03546-gg/product_24562721 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/regency-marque-124-5-w-curved-reception-desk-workstation-mahogany-77312mh/product_24566686 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-maze-motor-skills-steam-wall-activity-board-mk-me14337-gg/product_24562743 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-white-aspens-16-x-16-rs994-b1616mf/product_1728091 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-mobile-10-section-storage-cart-33-5-h-x-31-5-w-x-13-d-brown-mk-ke24244-gg/product_24562669 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/20-x-30-layflat-poly-bags-4-mil-clear-250-carton-1280/product_939812 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/regency-marque-142-w-curved-reception-desk-workstation-cherry-77314ch/product_24566681 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-mobile-2-section-storage-cart-31-5-h-x-34-75-w-x-15-75-d-brown-mk-me13705-gg/product_24562696 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/20-x-30-staples-corrugated-sheet-5-bundle-sp2030/product_946702 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-mobile-3-section-storage-cart-31-5-h-x-31-5-w-x-15-75-d-brown-mk-ke24114-gg/product_24562672 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/regency-marque-142-w-curved-reception-desk-workstation-mahogany-77294mh/product_24566697 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-mobile-4-tier-storage-cart-31-5-h-x-16-w-x-16-d-natural-birch-plywood-mk-ke24091-gg/product_24588749 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:43:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/20-x-36-layflat-poly-bags-6-mil-clear-100-carton-8615/product_361036 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:43:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/regency-marque-144-w-curved-reception-desk-workstation-mahogany-77313mh/product_24566695 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-yellow-strap-boot-11-x-11-rs990-b1111mf/product_1730877 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-yellow-strap-boot-14-x-14-rs990-c1414gg/product_1731197 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:43:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:43:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:43:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:43:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-pegs-for-modular-steam-walls-512-pack-mk-me12746-gg/product_24562776 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-yellow-strap-boot-24-x-24-rs990-c2424gg/product_1727760 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:44:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:44:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-puppet-theater-with-removable-curtains-and-magnetic-chalkboard-multicolor-mk-me19202-gg/product_24588748 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/20-x-6000-70-gauge-cast-machine-length-stretch-wrap-clear-msf20706c/product_946350 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:44:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/regency-niche-cubo-stackable-storage-cube-truffle/product_1608399 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-shapes-for-modular-steam-walls-256-pack-mk-me14702-gg/product_24562764 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/20-x-20-x-11-shipping-boxes-32-ect-brown-20-bundle-bs202011/product_2647528 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/20-x-20-x-12-32-ect-shipping-boxes-15-bundle-cw57304/product_426355 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/20-x-20-x-12-32-ect-shipping-boxes/product_2647522 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/regency-kee-training-table-24-d-x-42-w-mahogany-black-mt4224mhbpbk/product_2493366 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-hercules-59-semi-circle-table-beech-mk-me088013-gg/product_24562738 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:44:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/regency-kee-training-table-24-d-x-48-w-mahogany-black-mt4824mhbpbk/product_2493365 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/20-x-20-x-18-shipping-boxes-32-ect-brown-10-bundle-202018/product_426358 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/regency-kee-training-table-24-d-x-60-w-mahogany-black-mt6024mhbpbk/product_2493284 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:44:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/regency-kee-training-table-24-d-x-60-w-maple-black-mt6024plbpbk/product_2493280 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-hercules-59-semi-circle-table-height-adjustable-white-beech-mk-me088020-gg/product_24562731 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-hercules-rectangular-table-47-25-x-23-5-beech-mk-me088011-gg/product_24562708 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/20-x-20-x-30-shipping-boxes-32-ect-brown-20-bundle-bs202030/product_2647557 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-three-quarter-typewriter-11-x-11-rs989-w1111mf/product_1730879 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/20-x-20-x-4-corrugated-kraft-shipping-boxes-flat-20-pack-bs202004x/product_24409954 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/regency-legacy-65-wardrobe-mahogany/product_2497838 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:44:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:44:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-hercules-square-corner-table-16-5-x-16-5-beech-mk-ke24336-gg/product_24562712 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/20-x-24-antistatic-layflat-poly-bags-4-mil-pink-250-carton-12215/product_360955 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-three-quarter-typewriter-18-x-18-rs989-c1818gg/product_1729535 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/regency-legacy-collection-71-inch-5-shelf-high-bookcase-cherry/product_1607559 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:44:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:44:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/20-x-24-layflat-poly-bags-3-mil-clear-250-carton-940/product_939153 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/20-x-24-layflat-poly-bags-2-mil-clear-500-carton-605/product_939630 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/20-x-24-layflat-poly-bags-6-mil-clear-250-carton-8605/product_361007 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-kids-2-shelf-kitchen-cabinet-brown-orange-mk-me03539-gg/product_24562722 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:44:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:44:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:44:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-kids-reading-nook-with-canopy-brown-mk-ke18007-gg/product_24562740 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/regency-marque-124-5-w-curved-reception-desk-workstation-mahogany-77292mh/product_24566696 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-kids-washing-machine-with-integrated-storage-brown-blue-mk-me03546-gg/product_24562721 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-maze-motor-skills-steam-wall-activity-board-mk-me14337-gg/product_24562743 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/regency-marque-124-5-w-curved-reception-desk-workstation-mahogany-77312mh/product_24566686 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/20-x-30-layflat-poly-bags-4-mil-clear-250-carton-1280/product_939812 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-white-aspens-16-x-16-rs994-b1616mf/product_1728091 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-mobile-10-section-storage-cart-33-5-h-x-31-5-w-x-13-d-brown-mk-ke24244-gg/product_24562669 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/regency-marque-142-w-curved-reception-desk-workstation-cherry-77314ch/product_24566681 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-mobile-2-section-storage-cart-31-5-h-x-34-75-w-x-15-75-d-brown-mk-me13705-gg/product_24562696 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/20-x-30-staples-corrugated-sheet-5-bundle-sp2030/product_946702 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-mobile-3-section-storage-cart-31-5-h-x-31-5-w-x-15-75-d-brown-mk-ke24114-gg/product_24562672 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/regency-marque-142-w-curved-reception-desk-workstation-mahogany-77294mh/product_24566697 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-mobile-4-tier-storage-cart-31-5-h-x-16-w-x-16-d-natural-birch-plywood-mk-ke24091-gg/product_24588749 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:44:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/20-x-36-layflat-poly-bags-6-mil-clear-100-carton-8615/product_361036 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:44:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/regency-marque-144-w-curved-reception-desk-workstation-mahogany-77313mh/product_24566695 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:44:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-yellow-strap-boot-11-x-11-rs990-b1111mf/product_1730877 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-yellow-strap-boot-14-x-14-rs990-c1414gg/product_1731197 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:44:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:44:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-pegs-for-modular-steam-walls-512-pack-mk-me12746-gg/product_24562776 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-yellow-strap-boot-24-x-24-rs990-c2424gg/product_1727760 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:44:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:44:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:44:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/20-x-6000-70-gauge-cast-machine-length-stretch-wrap-clear-msf20706c/product_946350 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/regency-niche-cubo-stackable-storage-cube-truffle/product_1608399 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-shapes-for-modular-steam-walls-256-pack-mk-me14702-gg/product_24562764 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-puppet-theater-with-removable-curtains-and-magnetic-chalkboard-multicolor-mk-me19202-gg/product_24588748 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:09 [scrapy.extensions.logstats] (PID: 171) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2025-12-20 14:44:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:12 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:12 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:12 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:12 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:12 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:12 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:12 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:12 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:12 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:12 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:12 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:12 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:12 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:12 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:12 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:12 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:13 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:13 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:13 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:13 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:13 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:13 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:13 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:13 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:13 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:13 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:13 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:13 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:13 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:13 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:13 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:13 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:14 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:14 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:14 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:14 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:14 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:14 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:14 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:14 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:14 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:15 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:15 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:15 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:15 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:15 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:15 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:15 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:15 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:15 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:15 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:16 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:16 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:16 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:16 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:16 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:16 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:16 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:16 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:16 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:16 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:16 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:16 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:16 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/20-x-700-120-gauge-cast-stretch-wrap-clear-ctw2012a/product_24356153 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/regency-niche-cubo-storage-set-truffle-12-cubes-pc12pktf/product_1609814 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-zebra-heel-blue-16-x-16-rs991-b1616mf/product_1728098 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-zebra-heel-blue-18-x-18-rs991-c1818gg/product_1729533 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:44:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-zebra-heel-blue-24-x-24-rs991-c2424gg/product_1727759 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-sliding-shapes-learning-board-mk-mk03164-gg/product_24589695 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:44:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/regency-rectangular-activity-table-60-x-30-height-adjustable-grey-mt6030gyapbk/product_2275879 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/regency-rectangular-activity-table-66-x-30-height-adjustable-grey-mt6630gyapbk/product_2275875 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-stem-number-snake-puzzle-board-mk-mk00712-gg/product_24589700 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-telling-time-steam-wall-activity-board-mk-me09609-gg/product_24562754 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:44:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:44:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/regency-square-activity-table-30-x-30-height-adjustable-mahogany-tb3030mhapbk/product_2493339 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-vinyl-classroom-modular-1-seater-corner-chair-brown-mk-me15716-gg/product_24562723 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:44:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rogue-by-nicole-dietz-16-x-16-white-matted-black-frame-nd099-b1616mf/product_2084116 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/200-5x7-flat-cards-rounded-pis/product_24488374 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-vinyl-modular-classroom-1-seater-ottoman-brown-mk-ke15679-gg/product_24562771 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/200-5x7-flat-card-taylor-pol/product_24454258 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-vinyl-classroom-modular-2-seater-sofa-brown-mk-ke15709-gg/product_24562750 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rolling-pin-by-tammy-davison-canvas-art-ready-to-hang-18x24-inches/product_255186 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/200-5x7-flat-cards-rounded-pol/product_24488361 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rei-gift-card/product_SS203777195 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/relevant-play-mad-mattr-blue-10-oz-per-pack-2-packs-wab210600-2/product_24568781 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:44:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roma-16-x-20-black-frame-art/product_821407 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/200-pho-crd-5x7-ft-gls-bp-pol/product_1241445 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roma-16-x-20-wood-frame-art/product_821399 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:44:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/relevant-play-mad-mattr-green-10-oz-per-pack-2-packs-wab210700-2/product_24568719 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/relevant-play-mad-mattr-pink-10-oz-per-pack-2-packs-wab210400-2/product_24568778 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roma-30-x-47-canvas-art/product_821642 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-cambridge-60-w-double-pedestal-desk-walnut-black-gcmblk179wln/product_24597164 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:44:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:44:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-romanian-1932-canvas-art-22x32-inches/product_245037 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-cambridge-60-w-double-pedestal-desk/product_SS240846635 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-cambridge-60-w-single-pedestal-desk-walnut-black-gcmblk175wln/product_24597124 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:44:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/200-square-adv-lbl-mt-4x4-pol/product_24514762 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/relief-pak-moist-heat-steam-pack-standard-10-x-12-11-1310-12/product_884323 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/200-square-adv-lbl-gls-4x4-pol/product_24514763 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-romanza-14-x-19-canvas-art/product_33858 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/200-rctngl-adv-lbl-mt-4x6-pol/product_24514768 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/200-rctngl-adv-lbl-mt-4x6-pis/product_24514764 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-cambridge-70-w-single-pedestal-desk-white-oak-black-gcmblk177wok/product_24597159 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rembrandt-artist-s-oil-colors-burnt-carmine-40-ml-323-100514660/product_2134557 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rome-italy-street-map-by-michael-tompsett-14-x-19-canvas-art-mt0853-c1419gg/product_2086843 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-caroline-armless-ergonomic-fabric-swivel-mid-back-multifunction-task-office-chair-black-go930fbk/product_257372 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-romanza-35-x-47-canvas-art/product_33855 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:44:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:44:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2000-env-sm-ivory-flt-1c-pol/product_348951 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-caroline-ergonomic-leathersoft-swivel-mid-back-multifunction-task-office-chair-black-go930fbkleaa/product_201043 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2000-plus-classic-line-2006-numbering-machine-6-band-black-ink-011234/product_24447398 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:44:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rembrandt-artist-s-oil-colors-indian-red-40-ml-347-pack-of-2-2pk-100514666/product_2129454 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rembrandt-artist-s-oil-colors-ivory-black-40-ml-701-pack-of-2-2pk-100514726/product_2129335 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:44:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:44:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2000-plus-dater-faxed-blue-and-red-inks-011032/product_514029 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:44:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/20-x-700-120-gauge-cast-stretch-wrap-clear-ctw2012a/product_24356153 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/regency-niche-cubo-storage-set-truffle-12-cubes-pc12pktf/product_1609814 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-zebra-heel-blue-16-x-16-rs991-b1616mf/product_1728098 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-zebra-heel-blue-18-x-18-rs991-c1818gg/product_1729533 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:44:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-sliding-shapes-learning-board-mk-mk03164-gg/product_24589695 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roderick-stevens-zebra-heel-blue-24-x-24-rs991-c2424gg/product_1727759 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:44:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/regency-rectangular-activity-table-60-x-30-height-adjustable-grey-mt6030gyapbk/product_2275879 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/regency-rectangular-activity-table-66-x-30-height-adjustable-grey-mt6630gyapbk/product_2275875 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-stem-number-snake-puzzle-board-mk-mk00712-gg/product_24589700 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-telling-time-steam-wall-activity-board-mk-me09609-gg/product_24562754 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/regency-square-activity-table-30-x-30-height-adjustable-mahogany-tb3030mhapbk/product_2493339 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:44:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:44:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-vinyl-classroom-modular-1-seater-corner-chair-brown-mk-me15716-gg/product_24562723 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:44:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rogue-by-nicole-dietz-16-x-16-white-matted-black-frame-nd099-b1616mf/product_2084116 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/200-5x7-flat-cards-rounded-pis/product_24488374 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/200-5x7-flat-card-taylor-pol/product_24454258 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-vinyl-modular-classroom-1-seater-ottoman-brown-mk-ke15679-gg/product_24562771 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-bright-beginnings-vinyl-classroom-modular-2-seater-sofa-brown-mk-ke15709-gg/product_24562750 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rolling-pin-by-tammy-davison-canvas-art-ready-to-hang-18x24-inches/product_255186 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/200-5x7-flat-cards-rounded-pol/product_24488361 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rei-gift-card/product_SS203777195 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roma-16-x-20-black-frame-art/product_821407 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/relevant-play-mad-mattr-blue-10-oz-per-pack-2-packs-wab210600-2/product_24568781 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:44:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/200-pho-crd-5x7-ft-gls-bp-pol/product_1241445 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roma-16-x-20-wood-frame-art/product_821399 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:44:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/relevant-play-mad-mattr-green-10-oz-per-pack-2-packs-wab210700-2/product_24568719 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/relevant-play-mad-mattr-pink-10-oz-per-pack-2-packs-wab210400-2/product_24568778 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:44:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:44:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-cambridge-60-w-double-pedestal-desk/product_SS240846635 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roma-30-x-47-canvas-art/product_821642 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-cambridge-60-w-double-pedestal-desk-walnut-black-gcmblk179wln/product_24597164 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-romanian-1932-canvas-art-22x32-inches/product_245037 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-cambridge-60-w-single-pedestal-desk-walnut-black-gcmblk175wln/product_24597124 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:44:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/200-square-adv-lbl-mt-4x4-pol/product_24514762 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/relief-pak-moist-heat-steam-pack-standard-10-x-12-11-1310-12/product_884323 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/200-square-adv-lbl-gls-4x4-pol/product_24514763 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/200-rctngl-adv-lbl-mt-4x6-pol/product_24514768 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-romanza-14-x-19-canvas-art/product_33858 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/200-rctngl-adv-lbl-mt-4x6-pis/product_24514764 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-cambridge-70-w-single-pedestal-desk-white-oak-black-gcmblk177wok/product_24597159 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rembrandt-artist-s-oil-colors-burnt-carmine-40-ml-323-100514660/product_2134557 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rome-italy-street-map-by-michael-tompsett-14-x-19-canvas-art-mt0853-c1419gg/product_2086843 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-romanza-35-x-47-canvas-art/product_33855 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-caroline-armless-ergonomic-fabric-swivel-mid-back-multifunction-task-office-chair-black-go930fbk/product_257372 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:44:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:44:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2000-env-sm-ivory-flt-1c-pol/product_348951 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-caroline-ergonomic-leathersoft-swivel-mid-back-multifunction-task-office-chair-black-go930fbkleaa/product_201043 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2000-plus-classic-line-2006-numbering-machine-6-band-black-ink-011234/product_24447398 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:44:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rembrandt-artist-s-oil-colors-ivory-black-40-ml-701-pack-of-2-2pk-100514726/product_2129335 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:44:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rembrandt-artist-s-oil-colors-indian-red-40-ml-347-pack-of-2-2pk-100514666/product_2129454 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:44:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2000-plus-dater-faxed-blue-and-red-inks-011032/product_514029 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:44:36 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:36 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:36 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:36 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:36 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:36 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:36 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:36 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:37 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:37 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:38 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:38 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:38 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:38 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:38 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:38 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:38 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:38 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:38 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:39 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:39 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:39 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:39 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:39 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:39 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:39 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:39 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:39 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:39 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:39 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:39 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:39 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:39 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:39 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:39 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:40 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:40 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:40 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:40 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:40 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:40 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:40 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:40 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:40 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:40 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:40 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:40 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:40 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:40 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:40 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:40 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:41 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:41 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:41 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:41 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:41 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:41 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:41 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:41 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:41 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:41 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:41 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:41 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:41 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:41 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:41 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:41 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:42 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:42 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:42 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:42 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:42 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:42 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:42 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:42 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:42 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:42 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:42 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:42 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:42 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:42 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:42 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:42 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:43 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:43 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:43 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:43 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:43 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:43 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:43 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:43 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:43 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:43 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:43 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:43 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:43 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:43 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:43 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:43 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:44 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:44 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:44 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:44 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:44 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:44 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:44 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:44 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:44:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-clayton-vinyl-swivel-mid-back-quilted-task-office-chair-black-go16911bka/product_1169106 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:44:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-clayton-vinyl-swivel-mid-back-quilted-task-office-chair-pink-go16911pinka/product_1169129 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-clayton-vinyl-swivel-mid-back-quilted-task-office-chair-blue-go16911bluea/product_1169130 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rembrandt-artist-s-oil-colors-olive-green-40-ml-620-pack-of-2-2pk-100514713/product_2129369 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2000-plus-daters-12-message-date-black-ink-010180/product_518198 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:44:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-coby-indoor-outdoor-30-round-bar-table-set-with-4-backless-stools-green-ch519bh430sqsgn/product_2548388 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:44:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:44:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2000-plus-felt-stamp-pads-2-3-4x4-1-4-black-12-carton-090406-ct/product_167412 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2000-plus-felt-stamp-pads-2-3-4x4-1-4-red-12-carton-090410-ct/product_167358 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-conrad-indoor-outdoor-30-round-table-set-with-2-arm-chairs-black-antique-gold-ch519th218abq/product_2548409 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roots-by-preston-ready-to-hang-art-8x24-inches/product_247870 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rose-breasted-grosbeak-11-x-14-black-frame-art/product_501704 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rose-breasted-grosbeak-14-x-19-canvas-art/product_498269 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rembrandt-artist-s-oil-colors-transparent-oxide-yellow-40-ml-265-100514640/product_2134630 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rose-breasted-grosbeak-16-x-20-wood-frame-art/product_494332 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:44:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2000-plus-ink-refill-blue-ink-032961/product_520150 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2000-plus-ink-refills-for-self-inking-stamp-pads-black-24-carton-032962-ct/product_167359 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rose-trio-11-x-14-wood-frame-art/product_314738 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rose-trio-16-x-20-black-frame-art/product_314733 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2000-plus-no-1-stamp-pad-black-ink-090406/product_652160 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:44:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2000-plus-no-1-stamp-pad-red-ink-030254/product_618674 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:44:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-contemporary-vinyl-low-back-barstool-adjustable-height-white-ds801contwh/product_1983204 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rose-trio-22-x-32-canvas-art/product_314736 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2000-plus-no-1-stamp-pad-red-ink-090410/product_819370 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:44:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2000-plus-no-2-stamp-pad-black-ink-090407/product_819371 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:44:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:44:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-cotton-twill-oversized-solid-bean-bag-chair-navy-blue/product_1169278 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2000-plus-printer-30-pre-inked-stamp-set-letters-numbers-black-ink-031557/product_507844 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2000-plus-printer-s-260-dater-scanned-completed-emailed-entered-blue-and-red-inks-011098/product_937607 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roseate-spoonbill-30-x-47-canvas-art/product_496955 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-cotton-twill-small-dot-kids-bean-bag-chair-green/product_1169260 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2000-plus-replacement-ink-pad-for-p40-dater-black-ink-065471/product_24301079 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:44:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:44:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roses-in-glass-26-x-32-canvas-art/product_314254 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:44:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-creekside-square-outdoor-picnic-table-with-mesh-top-and-seats-green-slfems46gn/product_24587833 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2000-plus-s-260-dater-assorted-ink-010165/product_507836 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rouen-cathedral-west-facade-1894-22-x-32-canvas-art/product_492563 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-route-66-road-sign-by-design-turnpike-14-x-14-canvas-art-ali1285-c1414gg/product_2083153 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2000-plus-s360-dater-received-blue-and-red-inks-011034/product_507838 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-elliott-armless-plastic-and-chrome-task-office-chair-with-tractor-seat-black-and-chrome-lf214black/product_130046 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:44:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2000-plus-stamp-pad-black-ink-030253/product_618685 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:44:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-elliott-armless-plastic-and-chrome-task-office-chair-with-tractor-seat-vibrant-red-and-chrome-lf214red/product_130047 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:44:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rembrandt-soft-round-pastels-raw-sienna-234-7-each-pack-of-4/product_1719581 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:44:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-elon-folding-table-48-25-x-24-granite-white-dadycz1222/product_1982280 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2012-staples-weekly-monthly-planner-black-plastic-4-7-8-x-8-21495-12-cc/product_326227 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rembrandt-soft-round-pastels-red-violet-no-545-3-4-pack-33014-pk4/product_1719349 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2015-OPTUM-ICD-10-CM-Fast-Finder-Behavioral-Health/product_1184536 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rembrandt-soft-round-pastels-ultramarine-deep-no-506-9-4-pack-32988-pk4/product_1719467 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:44:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2017-at-a-glance-30-60-day-undated-horizontal-erasable-wall-calendar-reversible-36-x-24-pm233p-28/product_198503 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-clayton-vinyl-swivel-mid-back-quilted-task-office-chair-black-go16911bka/product_1169106 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-clayton-vinyl-swivel-mid-back-quilted-task-office-chair-pink-go16911pinka/product_1169129 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:44:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-clayton-vinyl-swivel-mid-back-quilted-task-office-chair-blue-go16911bluea/product_1169130 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rembrandt-artist-s-oil-colors-olive-green-40-ml-620-pack-of-2-2pk-100514713/product_2129369 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:44:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2000-plus-daters-12-message-date-black-ink-010180/product_518198 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-coby-indoor-outdoor-30-round-bar-table-set-with-4-backless-stools-green-ch519bh430sqsgn/product_2548388 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:44:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2000-plus-felt-stamp-pads-2-3-4x4-1-4-black-12-carton-090406-ct/product_167412 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:44:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2000-plus-felt-stamp-pads-2-3-4x4-1-4-red-12-carton-090410-ct/product_167358 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-conrad-indoor-outdoor-30-round-table-set-with-2-arm-chairs-black-antique-gold-ch519th218abq/product_2548409 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roots-by-preston-ready-to-hang-art-8x24-inches/product_247870 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rose-breasted-grosbeak-11-x-14-black-frame-art/product_501704 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rose-breasted-grosbeak-14-x-19-canvas-art/product_498269 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rembrandt-artist-s-oil-colors-transparent-oxide-yellow-40-ml-265-100514640/product_2134630 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rose-breasted-grosbeak-16-x-20-wood-frame-art/product_494332 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:44:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2000-plus-ink-refill-blue-ink-032961/product_520150 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2000-plus-ink-refills-for-self-inking-stamp-pads-black-24-carton-032962-ct/product_167359 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rose-trio-11-x-14-wood-frame-art/product_314738 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rose-trio-16-x-20-black-frame-art/product_314733 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2000-plus-no-1-stamp-pad-black-ink-090406/product_652160 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:44:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2000-plus-no-1-stamp-pad-red-ink-030254/product_618674 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-contemporary-vinyl-low-back-barstool-adjustable-height-white-ds801contwh/product_1983204 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:44:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rose-trio-22-x-32-canvas-art/product_314736 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2000-plus-no-1-stamp-pad-red-ink-090410/product_819370 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:44:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2000-plus-no-2-stamp-pad-black-ink-090407/product_819371 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:44:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:44:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-cotton-twill-oversized-solid-bean-bag-chair-navy-blue/product_1169278 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2000-plus-printer-30-pre-inked-stamp-set-letters-numbers-black-ink-031557/product_507844 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2000-plus-printer-s-260-dater-scanned-completed-emailed-entered-blue-and-red-inks-011098/product_937607 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roseate-spoonbill-30-x-47-canvas-art/product_496955 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-cotton-twill-small-dot-kids-bean-bag-chair-green/product_1169260 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2000-plus-replacement-ink-pad-for-p40-dater-black-ink-065471/product_24301079 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:44:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:45:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:45:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:45:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-roses-in-glass-26-x-32-canvas-art/product_314254 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-creekside-square-outdoor-picnic-table-with-mesh-top-and-seats-green-slfems46gn/product_24587833 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2000-plus-s-260-dater-assorted-ink-010165/product_507836 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rouen-cathedral-west-facade-1894-22-x-32-canvas-art/product_492563 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-route-66-road-sign-by-design-turnpike-14-x-14-canvas-art-ali1285-c1414gg/product_2083153 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2000-plus-s360-dater-received-blue-and-red-inks-011034/product_507838 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-elliott-armless-plastic-and-chrome-task-office-chair-with-tractor-seat-black-and-chrome-lf214black/product_130046 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2000-plus-stamp-pad-black-ink-030253/product_618685 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:45:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:45:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-elliott-armless-plastic-and-chrome-task-office-chair-with-tractor-seat-vibrant-red-and-chrome-lf214red/product_130047 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:45:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rembrandt-soft-round-pastels-raw-sienna-234-7-each-pack-of-4/product_1719581 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:45:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2012-staples-weekly-monthly-planner-black-plastic-4-7-8-x-8-21495-12-cc/product_326227 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-elon-folding-table-48-25-x-24-granite-white-dadycz1222/product_1982280 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2015-OPTUM-ICD-10-CM-Fast-Finder-Behavioral-Health/product_1184536 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rembrandt-soft-round-pastels-ultramarine-deep-no-506-9-4-pack-32988-pk4/product_1719467 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rembrandt-soft-round-pastels-red-violet-no-545-3-4-pack-33014-pk4/product_1719349 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:45:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2017-at-a-glance-30-60-day-undated-horizontal-erasable-wall-calendar-reversible-36-x-24-pm233p-28/product_198503 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:03 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:03 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:03 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:03 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:03 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:04 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:04 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:04 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:04 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:04 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:04 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:04 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:04 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:04 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:04 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:04 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:04 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:04 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:05 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:05 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:05 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:05 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:05 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:05 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:05 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:05 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:05 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:05 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:05 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:05 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:05 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:05 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:05 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:05 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:06 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:06 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:06 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:06 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:06 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:06 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:07 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:07 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:07 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:07 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:07 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:07 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:07 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:07 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:07 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:07 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:07 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:07 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:07 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:07 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:08 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:08 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:08 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:08 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:08 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:08 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:08 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:08 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:08 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:08 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:08 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:08 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:08 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:08 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:08 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:08 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:09 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:09 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:09 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:09 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:09 [scrapy.extensions.logstats] (PID: 171) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2025-12-20 14:45:09 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:09 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:09 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:09 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:09 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:09 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:09 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:09 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:09 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:09 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:09 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:12 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:12 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:12 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:12 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:12 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:12 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/remedia-publications-credit-card-math-life-skills-math-series-pack-of-3-rem5241-3/product_24568588 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-elon-folding-table-96-x-18-granite-white-dadycz2442gw/product_1982276 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-emmy-rectangular-activity-table-set-23-625-x-47-25-height-adjustable-red-yu06036rectblrd/product_1241053 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/remedia-publications-phonics-for-older-students-book-pack-of-2-rem800-2/product_24568587 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2023-2024-at-a-glance-signature-5-5-x-8-5-academic-weekly-monthly-planner-brown-yp200a-09-24/product_24543876 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:45:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-8-5-x-11-academic-weekly-monthly-planner-steel-blue-146050/product_24546887 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:45:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:45:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-running-horse-by-preston-10-x-32-canvas-art-em0564-c1032gg/product_2078784 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-faux-leather-conference-chair-burgundy-mahogany-bz100lf19lea/product_257497 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-fielder-folding-table-72-x-30-birchwood-xa3072birchm/product_257805 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-running-horse-by-preston-8-x-24-canvas-art-em0564-c824gg/product_2078584 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/remington-shaver-replacement-head-black-spf-pf72/product_24484406 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-fielder-folding-table-96-x-30-birchwood-xa3096birchm/product_257806 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0017-b1620mf-blue-hour-from-the-louvre-by-mathieu-rivrin-16x20-frm-art-wht-mtd/product_1553604 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:45:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rentacargift-500-00-gift-card-email-delivery-1016985b50000/product_24590036 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:45:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0017-c1624gg-blue-hour-from-the-louvre-by-mathieu-rivrin-16-x-24-frmls-art/product_1551063 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0017-c3047gg-blue-hour-from-the-louvre-by-mathieu-rivrin-30-x-47-frmls-art/product_1553970 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0017-w1114mf-blue-hour-from-the-louvre-by-mathieu-rivrin-11x14-frm-art-wht-mtd/product_1551734 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-day-designer-beach-house-stripe-blush-12-x-15-academic-monthly-wall-calendar-blush-white-145813/product_24546833 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:45:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-day-designer-elle-blue-11-x-17-academic-monthly-desk-pad-calendar-144391/product_24546797 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0019-b1620bmf-gate-to-the-ocean-by-mathieu-rivrin-16-x-20-frm-art-blk-mtd/product_1551358 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-garver-fabric-swivel-mid-back-executive-office-chair-gray-gost6gyfab/product_201055 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:45:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-garver-fabric-swivel-mid-back-executive-office-chair-navy-gost6nvyfab/product_201056 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-gerry-folding-table-48-x-48-natural-ytwfft48sq/product_201683 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-day-designer-jungle-cat-5-x-8-academic-weekly-monthly-planner-multicolor-142530/product_24546842 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:45:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-gilbert-indoor-outdoor-table-set-with-6-stack-chairs-63-x-31-5-silver-etct005630sil/product_2407066 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-day-designer-mint-5-x-8-academic-weekly-monthly-planner-green-142504/product_24546821 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-day-designer-peyton-navy-15-x-12-academic-monthly-wall-calendar-107934-a24/product_24547086 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hampstead-collection-coffee-table-white-nanjh1787ct/product_24307308 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:45:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:45:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hansel-ergonomic-leathersoft-swivel-high-back-executive-office-chair-black-bt9069bk/product_257310 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:45:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/replogle-globe-political-inflate-a-globe-light-blue-12-2-bundle/product_883184 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:45:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/replogle-globe-political-inflate-a-globe-light-blue-16-2-bundle/product_880408 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hansel-leathersoft-swivel-executive-office-chair-black-bt9896h/product_257327 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:45:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/resolve-pet-expert-heavy-traffic-carpet-cleaner-foam-22-oz-dozen-19200-83262ct/product_24571542 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:45:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-good-vibes-tie-dye-17-x-22-academic-monthly-desk-pad-calendar-yellow-pink-146048/product_24546854 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/restricted-area-10x14-rigid-plastic-caution-sign/product_554975 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hawkins-folding-table-and-chairs-mobile-cart-660-lb-capacity-black-qinshd245425/product_24567441 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:45:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-greta-6-44-x-8-88-academic-weekly-monthly-planner-multicolor-142332/product_24546771 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-ilene-7-x-9-academic-weekly-monthly-planner-multicolor-142385/product_24546827 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/restricted-area-authorized-employees-only-10x14-040-aluminum-warning-sign/product_560945 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-3-thick-padded-stack-chairs-black-patterned-20-pack/product_257066 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:45:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-alon-leather-ottoman-white-zb803rd18wh/product_24070289 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-ivory-paper-co-milo-17-x-22-academic-monthly-desk-pad-calendar-143795/product_24546870 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-classic-metal-stacking-banquet-chair-silver-vein-frame-fdc01svgy/product_1982785 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-contemporary-metal-dining-chair-black-frame-fdbhf2bkvyl/product_1982797 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-ivory-paper-co-spring-nightfall-5-x-8-academic-weekly-monthly-planner-multicolor-143785/product_24546882 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-jannie-8-5-x-11-academic-weekly-monthly-teacher-planner-light-pink-142457/product_24546822 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/restricted-area-persons-not-assigned-to-this-area-must-obtain-permission-before-entering-ra25ab/product_559257 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/retail-therapy-100-00-gift-card-email-delivery-1024021b10000/product_24577678 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/remedia-publications-credit-card-math-life-skills-math-series-pack-of-3-rem5241-3/product_24568588 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-elon-folding-table-96-x-18-granite-white-dadycz2442gw/product_1982276 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/remedia-publications-phonics-for-older-students-book-pack-of-2-rem800-2/product_24568587 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2023-2024-at-a-glance-signature-5-5-x-8-5-academic-weekly-monthly-planner-brown-yp200a-09-24/product_24543876 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-emmy-rectangular-activity-table-set-23-625-x-47-25-height-adjustable-red-yu06036rectblrd/product_1241053 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:45:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-8-5-x-11-academic-weekly-monthly-planner-steel-blue-146050/product_24546887 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:45:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:45:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-running-horse-by-preston-10-x-32-canvas-art-em0564-c1032gg/product_2078784 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-faux-leather-conference-chair-burgundy-mahogany-bz100lf19lea/product_257497 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-running-horse-by-preston-8-x-24-canvas-art-em0564-c824gg/product_2078584 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-fielder-folding-table-72-x-30-birchwood-xa3072birchm/product_257805 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-fielder-folding-table-96-x-30-birchwood-xa3096birchm/product_257806 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/remington-shaver-replacement-head-black-spf-pf72/product_24484406 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0017-b1620mf-blue-hour-from-the-louvre-by-mathieu-rivrin-16x20-frm-art-wht-mtd/product_1553604 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:45:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rentacargift-500-00-gift-card-email-delivery-1016985b50000/product_24590036 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:45:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0017-c1624gg-blue-hour-from-the-louvre-by-mathieu-rivrin-16-x-24-frmls-art/product_1551063 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0017-c3047gg-blue-hour-from-the-louvre-by-mathieu-rivrin-30-x-47-frmls-art/product_1553970 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0017-w1114mf-blue-hour-from-the-louvre-by-mathieu-rivrin-11x14-frm-art-wht-mtd/product_1551734 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-day-designer-beach-house-stripe-blush-12-x-15-academic-monthly-wall-calendar-blush-white-145813/product_24546833 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:45:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-day-designer-elle-blue-11-x-17-academic-monthly-desk-pad-calendar-144391/product_24546797 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-rv0019-b1620bmf-gate-to-the-ocean-by-mathieu-rivrin-16-x-20-frm-art-blk-mtd/product_1551358 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-garver-fabric-swivel-mid-back-executive-office-chair-gray-gost6gyfab/product_201055 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:45:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-gerry-folding-table-48-x-48-natural-ytwfft48sq/product_201683 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-garver-fabric-swivel-mid-back-executive-office-chair-navy-gost6nvyfab/product_201056 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-day-designer-jungle-cat-5-x-8-academic-weekly-monthly-planner-multicolor-142530/product_24546842 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:45:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-gilbert-indoor-outdoor-table-set-with-6-stack-chairs-63-x-31-5-silver-etct005630sil/product_2407066 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-day-designer-mint-5-x-8-academic-weekly-monthly-planner-green-142504/product_24546821 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hampstead-collection-coffee-table-white-nanjh1787ct/product_24307308 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-day-designer-peyton-navy-15-x-12-academic-monthly-wall-calendar-107934-a24/product_24547086 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:45:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:45:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hansel-ergonomic-leathersoft-swivel-high-back-executive-office-chair-black-bt9069bk/product_257310 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:45:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/replogle-globe-political-inflate-a-globe-light-blue-12-2-bundle/product_883184 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:45:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/replogle-globe-political-inflate-a-globe-light-blue-16-2-bundle/product_880408 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hansel-leathersoft-swivel-executive-office-chair-black-bt9896h/product_257327 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:45:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/resolve-pet-expert-heavy-traffic-carpet-cleaner-foam-22-oz-dozen-19200-83262ct/product_24571542 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:45:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-good-vibes-tie-dye-17-x-22-academic-monthly-desk-pad-calendar-yellow-pink-146048/product_24546854 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/restricted-area-10x14-rigid-plastic-caution-sign/product_554975 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hawkins-folding-table-and-chairs-mobile-cart-660-lb-capacity-black-qinshd245425/product_24567441 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:45:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-greta-6-44-x-8-88-academic-weekly-monthly-planner-multicolor-142332/product_24546771 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-ilene-7-x-9-academic-weekly-monthly-planner-multicolor-142385/product_24546827 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/restricted-area-authorized-employees-only-10x14-040-aluminum-warning-sign/product_560945 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-3-thick-padded-stack-chairs-black-patterned-20-pack/product_257066 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:45:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-alon-leather-ottoman-white-zb803rd18wh/product_24070289 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-ivory-paper-co-milo-17-x-22-academic-monthly-desk-pad-calendar-143795/product_24546870 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-contemporary-metal-dining-chair-black-frame-fdbhf2bkvyl/product_1982797 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-classic-metal-stacking-banquet-chair-silver-vein-frame-fdc01svgy/product_1982785 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-ivory-paper-co-spring-nightfall-5-x-8-academic-weekly-monthly-planner-multicolor-143785/product_24546882 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-jannie-8-5-x-11-academic-weekly-monthly-teacher-planner-light-pink-142457/product_24546822 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/restricted-area-persons-not-assigned-to-this-area-must-obtain-permission-before-entering-ra25ab/product_559257 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/retail-therapy-100-00-gift-card-email-delivery-1024021b10000/product_24577678 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:30 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:30 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:30 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:30 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:30 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:30 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:30 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:30 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:30 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:30 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:30 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:30 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:30 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:30 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:30 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:31 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:31 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:31 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:31 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:31 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:31 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:31 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:31 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:31 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:31 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:31 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:31 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:31 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:31 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:32 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:32 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:32 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:32 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:32 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:32 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:32 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:32 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:32 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:32 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:32 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:32 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:32 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:32 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:33 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:33 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:33 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:33 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:33 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:33 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:33 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:33 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:33 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:33 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:33 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:33 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:34 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:34 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:34 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:34 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:34 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:34 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:34 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:34 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:34 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:34 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:34 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:34 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:34 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:34 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:35 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:35 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:35 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:35 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:35 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:35 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:35 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:35 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:35 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:35 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:35 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:35 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:35 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:35 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:35 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:36 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:36 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:36 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:36 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:36 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:36 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:36 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:36 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:37 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:37 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:37 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:37 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:37 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:37 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:37 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:38 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:38 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:38 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:38 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:38 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:38 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:38 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:38 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:38 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:38 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:38 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:38 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:38 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:45:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:45:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:45:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-d-or-lighting-canvas-art-22-x-32-inches/product_245101 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/retail-therapy-gift-card-email-delivery/product_SS239292621 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:45:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-plans-things-confetti-bright-8-5-x-11-academic-weekly-monthly-teacher-lesson-planner-136609-a24/product_24547104 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-roosevelt-5-x-8-academic-weekly-monthly-planner-multicolor-144277/product_24546841 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-roosevelt-8-5-x-11-academic-weekly-monthly-planner-multicolor-142345/product_24546798 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/returnable-poly-mailers-white-12-x-15-1-2-100-case/product_1603923 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-to-the-moon-8-5-x-11-academic-weekly-monthly-planner-multicolor-146049/product_24546890 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-fabric-drafting-big-tall-chair-400-lb-capacity-black-wl5029sygd/product_257450 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-cat-nap-canvas-art-30-x-47-inches/product_254384 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:45:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-cedarburg-shadows-canvas-art-16x24-inches/product_254388 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/revo-america-aero-hd-1080p-indoor-outdoor-bullet-camera-rtcb30-1/product_24311665 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-travel-write-draw-8-x-10-academic-monthly-planner-lavender-145612/product_24546814 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:45:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/revo-america-ultra-hd-audio-capable-16-channel-3-tb-nvr-surveillance-system-with-8-cameras-ru162d4gb4ga-3t/product_24311680 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-covered-bridge-park-i-canvas-art-22-x-32-inches/product_254395 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:45:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-imagination-leather-accent-chair-black-zbimagmiddle/product_257549 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/revo-america-ultra-hd-audio-capable-16-channel-4tb-nvr-surveillance-system-with-16-cameras-ru162b16ga-4t/product_24311672 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/revo-america-ultra-hd-audio-capable-16-channel-8-tb-nvr-surveillance-system-with-16-cameras-ru16d4gb12ga-8t/product_24311676 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-faces-in-the-pond-canvas-art-35x47-inches/product_254408 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-farm-market-canvas-art-30x47-inches/product_254411 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:45:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-fat-catt-canvas-art-30x47-inches/product_254414 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-travel-write-draw-paris-au-printemps-5-x-8-academic-weekly-monthly-planner-multicolor-142615/product_24546836 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/revo-america-ultra-hd-audio-capable-8-channel-2-tb-nvr-surveillance-system-with-6-cameras-ru82d2gb4ga-2t/product_24311683 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:45:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-hartman-creek-birches-canvas-art-18x24-inches/product_254421 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-travel-write-draw-take-me-to-capri-8-5-x-11-academic-monthly-planner-multicolor-145616/product_24546874 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:45:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-lesley-series-81-leathersoft-sofa-with-encasing-frame-melrose-white-zbles8090sofawh/product_257589 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-tropicales-white-12-x-15-academic-monthly-wall-calendar-146007/product_24546863 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:45:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2023-2024-blueline-blossom-22-x-17-academic-monthly-desk-pad-calendar-ca1716bd/product_24593650 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-italian-bus-stop-canvas-art-16x24-inches/product_254433 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rhino-skin-dodgeball-set/product_841124 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-plastic-armless-folding-chair-black-6-pack/product_200900 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:45:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2023-2024-cambridge-workstyle-focus-5-5-x-8-5-academic-weekly-monthly-planner-pink-1606-200a-27-24/product_24543854 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-italian-marketplace-canvas-art-22x32-inches/product_254447 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2023-2024-cambridge-workstyle-focus-8-5-x-11-academic-weekly-monthly-planner-pink-1606-905a-27-24/product_24543856 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:45:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rhodia-classic-french-paper-pads-graph-6-in-x-8-1-4-in-orange-pack-of-4-4pk-16200/product_2133353 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:45:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rhodia-classic-french-paper-pads-graph-8-1-4-in-x-11-3-4-in-orange-pack-of-3-3pk-18200/product_2133410 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-plastic-office-chair-white-10-pack-le-l-3-white-gg/product_201261 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-nature-s-glory-canvas-art-22x32-inches/product_254477 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:45:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-polypropylene-black-frame-ultra-compact-stack-chair-black-15-pack/product_201412 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-night-lights-green-bay-canvas-art-22x32-inches/product_254486 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rhodia-wirebound-notebooks-graph-4-in-x-6-in-black-pack-of-5-5pk-135009/product_2132124 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2023-2024-house-of-doolittle-24-x-18-academic-yearly-wet-erase-wall-calendar-reversible-blue-3965-24/product_24551252 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-oriental-theater-chicago-canvas-art-16x24-inches/product_254495 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:45:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2023-2024-house-of-doolittle-earthscapes-12-25-x-26-3-month-wall-calendar-3638-24/product_24562524 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-pine-river-reflections-canvas-art-16x24-inches/product_254504 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2023-2024-poppin-6-x-8-5-academic-weekly-monthly-planner-slate-blue-109413/product_24546768 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-800-lb-capacity-plastic-fan-back-folding-chair-8-pack-8lel4bk/product_24127372 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-river-reflections-canvas-art-35x47-inches/product_254514 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-800-plastic-fan-back-folding-chair-8-pack-8lel4ch/product_24127320 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:45:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:45:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-d-or-lighting-canvas-art-22-x-32-inches/product_245101 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:45:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/retail-therapy-gift-card-email-delivery/product_SS239292621 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:45:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-plans-things-confetti-bright-8-5-x-11-academic-weekly-monthly-teacher-lesson-planner-136609-a24/product_24547104 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-roosevelt-5-x-8-academic-weekly-monthly-planner-multicolor-144277/product_24546841 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-roosevelt-8-5-x-11-academic-weekly-monthly-planner-multicolor-142345/product_24546798 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/returnable-poly-mailers-white-12-x-15-1-2-100-case/product_1603923 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-fabric-drafting-big-tall-chair-400-lb-capacity-black-wl5029sygd/product_257450 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-to-the-moon-8-5-x-11-academic-weekly-monthly-planner-multicolor-146049/product_24546890 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-cat-nap-canvas-art-30-x-47-inches/product_254384 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:45:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-cedarburg-shadows-canvas-art-16x24-inches/product_254388 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/revo-america-aero-hd-1080p-indoor-outdoor-bullet-camera-rtcb30-1/product_24311665 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-travel-write-draw-8-x-10-academic-monthly-planner-lavender-145612/product_24546814 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:45:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/revo-america-ultra-hd-audio-capable-16-channel-3-tb-nvr-surveillance-system-with-8-cameras-ru162d4gb4ga-3t/product_24311680 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-covered-bridge-park-i-canvas-art-22-x-32-inches/product_254395 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:45:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/revo-america-ultra-hd-audio-capable-16-channel-4tb-nvr-surveillance-system-with-16-cameras-ru162b16ga-4t/product_24311672 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-imagination-leather-accent-chair-black-zbimagmiddle/product_257549 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/revo-america-ultra-hd-audio-capable-16-channel-8-tb-nvr-surveillance-system-with-16-cameras-ru16d4gb12ga-8t/product_24311676 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-faces-in-the-pond-canvas-art-35x47-inches/product_254408 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-farm-market-canvas-art-30x47-inches/product_254411 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-fat-catt-canvas-art-30x47-inches/product_254414 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:45:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-travel-write-draw-paris-au-printemps-5-x-8-academic-weekly-monthly-planner-multicolor-142615/product_24546836 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/revo-america-ultra-hd-audio-capable-8-channel-2-tb-nvr-surveillance-system-with-6-cameras-ru82d2gb4ga-2t/product_24311683 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:45:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-hartman-creek-birches-canvas-art-18x24-inches/product_254421 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-travel-write-draw-take-me-to-capri-8-5-x-11-academic-monthly-planner-multicolor-145616/product_24546874 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:45:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-lesley-series-81-leathersoft-sofa-with-encasing-frame-melrose-white-zbles8090sofawh/product_257589 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2023-2024-blue-sky-tropicales-white-12-x-15-academic-monthly-wall-calendar-146007/product_24546863 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:45:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2023-2024-blueline-blossom-22-x-17-academic-monthly-desk-pad-calendar-ca1716bd/product_24593650 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-italian-bus-stop-canvas-art-16x24-inches/product_254433 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rhino-skin-dodgeball-set/product_841124 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-plastic-armless-folding-chair-black-6-pack/product_200900 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2023-2024-cambridge-workstyle-focus-5-5-x-8-5-academic-weekly-monthly-planner-pink-1606-200a-27-24/product_24543854 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:45:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-italian-marketplace-canvas-art-22x32-inches/product_254447 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2023-2024-cambridge-workstyle-focus-8-5-x-11-academic-weekly-monthly-planner-pink-1606-905a-27-24/product_24543856 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:45:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rhodia-classic-french-paper-pads-graph-6-in-x-8-1-4-in-orange-pack-of-4-4pk-16200/product_2133353 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:45:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rhodia-classic-french-paper-pads-graph-8-1-4-in-x-11-3-4-in-orange-pack-of-3-3pk-18200/product_2133410 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-plastic-office-chair-white-10-pack-le-l-3-white-gg/product_201261 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-nature-s-glory-canvas-art-22x32-inches/product_254477 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:45:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-polypropylene-black-frame-ultra-compact-stack-chair-black-15-pack/product_201412 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-night-lights-green-bay-canvas-art-22x32-inches/product_254486 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rhodia-wirebound-notebooks-graph-4-in-x-6-in-black-pack-of-5-5pk-135009/product_2132124 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2023-2024-house-of-doolittle-24-x-18-academic-yearly-wet-erase-wall-calendar-reversible-blue-3965-24/product_24551252 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-oriental-theater-chicago-canvas-art-16x24-inches/product_254495 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2023-2024-house-of-doolittle-earthscapes-12-25-x-26-3-month-wall-calendar-3638-24/product_24562524 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:45:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-pine-river-reflections-canvas-art-16x24-inches/product_254504 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2023-2024-poppin-6-x-8-5-academic-weekly-monthly-planner-slate-blue-109413/product_24546768 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-800-lb-capacity-plastic-fan-back-folding-chair-8-pack-8lel4bk/product_24127372 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-river-reflections-canvas-art-35x47-inches/product_254514 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-800-plastic-fan-back-folding-chair-8-pack-8lel4ch/product_24127320 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:45:56 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:56 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:56 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:56 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:56 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:56 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:56 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:56 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:56 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:56 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:56 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:56 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:56 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:57 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:57 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:57 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:57 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:57 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:57 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:57 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:57 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:57 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:57 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:57 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:57 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:57 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:58 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:58 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:58 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:58 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:58 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:58 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:58 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:58 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:58 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:58 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:58 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:58 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:58 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:58 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:59 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:59 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:59 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:59 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:59 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:59 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:59 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:59 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:59 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:59 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:59 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:59 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:45:59 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:00 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:00 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:00 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:00 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:00 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:00 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:00 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:00 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:00 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:00 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:00 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:00 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:00 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:00 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:01 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:01 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:01 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:01 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:01 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:01 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:01 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:01 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:01 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:01 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:01 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:01 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:01 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:01 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:01 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:02 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:02 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:02 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:02 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:02 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:02 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:02 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:02 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:02 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:02 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:02 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:02 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:02 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:02 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:02 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:02 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:03 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:03 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:03 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:03 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:03 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:03 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:03 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:03 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:03 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:03 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:03 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:03 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:03 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:03 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:03 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:03 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:04 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:04 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:04 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:04 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:04 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:04 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:04 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:04 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:04 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:04 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:04 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:04 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:04 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:04 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:46:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-armless-ergonomic-leathersoft-swivel-big-tall-executive-office-chair-black-go1235bklea/product_201021 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-armless-ergonomic-mesh-swivel-big-tall-executive-office-chair-black-wl5029syg/product_201467 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/richeson-classic-tortillions-set-gray-6-pack-jr710316/product_2313477 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-steven-s-point-downtown-canvas-art-24x32-inches/product_254536 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:46:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:46:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:46:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2023-2024-staples-22-x-17-academic-monthly-desk-pad-calendar-white-black-st12952-23/product_24540243 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2023-2024-staples-7-x-9-academic-weekly-monthly-appointment-book-blue-st60360-23/product_24542877 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2023-2024-tf-publishing-academic-3-5-x-6-5-weekly-monthly-planner-multicolor-ay24-7506/product_24544557 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:46:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ricoh-410801-type-k-staple-cartridge-5000-staples-cartridge/product_2804154 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-tranquility-canvas-art-22x32-inches/product_254572 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-view-from-the-covered-bridge-canvas-art-24x32-inches/product_254576 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2023-2024-willow-creek-fruit-salad-12-w-x-12-h-academic-monthly-wall-calendar-37201/product_24544454 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ricoh-820074-magenta-standard-yield-toner-cartridge/product_103041 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-walking-in-the-shadows-fond-du-lac-canvas-art-16x24-inches/product_254582 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:46:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2023-2024-willow-creek-tropical-beach-3-5-x-6-5-monthly-planner-multicolor-30905/product_24525477 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:46:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-ergonomic-mesh-swivel-big-tall-executive-office-chair-black-wl5029syga/product_257448 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2023-2025-blue-sky-ivory-paper-co-quinn-3-63-x-6-13-academic-monthly-planner-multicolor-146042/product_24546784 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ricoh-821071-yellow-standard-yield-toner-cartridge/product_2804854 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:46:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:46:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2023-at-a-glance-6-x-3-5-daily-loose-leaf-desk-calendar-refill-white-black-e717t-50-23/product_24515708 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-when-in-rome-canvas-art-30x47-inches/product_254599 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:46:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:46:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ricoh-821300-cyan-standard-yield-toner-cartridge/product_24530236 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2023-at-a-glance-daily-loose-leaf-desk-calendar-refill-3-75-x-3-white-black-e919-50-23/product_24515750 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:46:09 [scrapy.extensions.logstats] (PID: 171) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2025-12-20 14:46:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:46:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:46:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:46:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:46:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:46:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:46:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ricoh-841751-black-standard-yield-toner-cartridge/product_2802927 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sacramento-california-skyline-by-michael-tompsett-16-x-20-white-matted-black-frame-mt0580-b1620mf/product_2083316 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-fabric-heavy-duty-stack-chair-black-dot-4-pack-4xu60153bk/product_257065 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sacramento-california-skyline-by-michael-tompsett-16-x-20-white-matted-wood-frame-mt0580-w1620mf/product_2083315 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2023-at-a-glance-my-day-8-5-x-5-5-daily-monthly-planner-refill-white-brown-481-225-23/product_24514522 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sacred-heart-14-x-19-canvas-art/product_317130 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-fabric-stack-chair-black-dot-xu60153bk/product_257064 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ricoh-black-toner-cartridge-842489/product_24547699 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:46:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sacred-heart-16-x-20-wood-frame-art/product_317135 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-fabric-stacking-church-chair-gray-silver-vein-frame-xuch0221gysv/product_257182 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ricoh-c310a-magenta-standard-yield-toner-cartridge/product_104191 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-11-x-8-academic-monthly-desk-or-wall-calendar-purple-red-sk16-16-25/product_24579227 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ricoh-c310ha-cyan-high-yield-toner-cartridge-406476/product_480703 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:46:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sad-robot-30-x-47-canvas-art/product_313773 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:46:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-21-75-x-17-academic-monthly-desk-pad-calendar-white-blue-sklpay-32-25/product_24579229 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ricoh-cmp431007-black-standard-yield-toner-cartridge/product_2707919 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-plastic-designer-stack-chair-white-rutnc258white/product_257056 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-5-x-8-academic-daily-planner-faux-leather-cover-black-70-807-05-25/product_24579208 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:46:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ricoh-fusing-unit-408038/product_IM17Y6881 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:46:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-8-25-x-11-weekly-appointment-book-navy-70-950-20-24/product_24548832 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:46:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-armless-ergonomic-leathersoft-swivel-big-tall-executive-office-chair-black-go1235bklea/product_201021 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-armless-ergonomic-mesh-swivel-big-tall-executive-office-chair-black-wl5029syg/product_201467 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/richeson-classic-tortillions-set-gray-6-pack-jr710316/product_2313477 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-steven-s-point-downtown-canvas-art-24x32-inches/product_254536 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:46:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:46:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:46:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2023-2024-staples-22-x-17-academic-monthly-desk-pad-calendar-white-black-st12952-23/product_24540243 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2023-2024-staples-7-x-9-academic-weekly-monthly-appointment-book-blue-st60360-23/product_24542877 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2023-2024-tf-publishing-academic-3-5-x-6-5-weekly-monthly-planner-multicolor-ay24-7506/product_24544557 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:46:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-tranquility-canvas-art-22x32-inches/product_254572 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ricoh-410801-type-k-staple-cartridge-5000-staples-cartridge/product_2804154 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-view-from-the-covered-bridge-canvas-art-24x32-inches/product_254576 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2023-2024-willow-creek-fruit-salad-12-w-x-12-h-academic-monthly-wall-calendar-37201/product_24544454 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ricoh-820074-magenta-standard-yield-toner-cartridge/product_103041 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-walking-in-the-shadows-fond-du-lac-canvas-art-16x24-inches/product_254582 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:46:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2023-2024-willow-creek-tropical-beach-3-5-x-6-5-monthly-planner-multicolor-30905/product_24525477 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:46:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-ergonomic-mesh-swivel-big-tall-executive-office-chair-black-wl5029syga/product_257448 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2023-2025-blue-sky-ivory-paper-co-quinn-3-63-x-6-13-academic-monthly-planner-multicolor-146042/product_24546784 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ricoh-821071-yellow-standard-yield-toner-cartridge/product_2804854 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:46:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:46:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2023-at-a-glance-6-x-3-5-daily-loose-leaf-desk-calendar-refill-white-black-e717t-50-23/product_24515708 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ryan-radke-when-in-rome-canvas-art-30x47-inches/product_254599 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:46:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:46:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ricoh-821300-cyan-standard-yield-toner-cartridge/product_24530236 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2023-at-a-glance-daily-loose-leaf-desk-calendar-refill-3-75-x-3-white-black-e919-50-23/product_24515750 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:46:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:46:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:46:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:46:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:46:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:46:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:46:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ricoh-841751-black-standard-yield-toner-cartridge/product_2802927 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sacramento-california-skyline-by-michael-tompsett-16-x-20-white-matted-black-frame-mt0580-b1620mf/product_2083316 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-fabric-heavy-duty-stack-chair-black-dot-4-pack-4xu60153bk/product_257065 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sacramento-california-skyline-by-michael-tompsett-16-x-20-white-matted-wood-frame-mt0580-w1620mf/product_2083315 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2023-at-a-glance-my-day-8-5-x-5-5-daily-monthly-planner-refill-white-brown-481-225-23/product_24514522 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sacred-heart-14-x-19-canvas-art/product_317130 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-fabric-stack-chair-black-dot-xu60153bk/product_257064 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ricoh-black-toner-cartridge-842489/product_24547699 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:46:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-fabric-stacking-church-chair-gray-silver-vein-frame-xuch0221gysv/product_257182 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sacred-heart-16-x-20-wood-frame-art/product_317135 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ricoh-c310a-magenta-standard-yield-toner-cartridge/product_104191 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-11-x-8-academic-monthly-desk-or-wall-calendar-purple-red-sk16-16-25/product_24579227 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:46:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ricoh-c310ha-cyan-high-yield-toner-cartridge-406476/product_480703 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sad-robot-30-x-47-canvas-art/product_313773 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:46:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-21-75-x-17-academic-monthly-desk-pad-calendar-white-blue-sklpay-32-25/product_24579229 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ricoh-cmp431007-black-standard-yield-toner-cartridge/product_2707919 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-plastic-designer-stack-chair-white-rutnc258white/product_257056 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-5-x-8-academic-daily-planner-faux-leather-cover-black-70-807-05-25/product_24579208 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:46:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ricoh-fusing-unit-408038/product_IM17Y6881 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:46:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-8-25-x-11-weekly-appointment-book-navy-70-950-20-24/product_24548832 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:22 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:22 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:22 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:22 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:22 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:22 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:22 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:22 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:22 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:23 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:23 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:23 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:23 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:23 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:23 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:23 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:23 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:23 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:23 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:24 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:24 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:24 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:24 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:24 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:24 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:24 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:24 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:24 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:24 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:24 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:24 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:24 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:24 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:24 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:24 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:24 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:25 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:25 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:25 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:25 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:25 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:25 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:25 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:25 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:25 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:25 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:25 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:25 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:25 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:25 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:25 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:26 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:26 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:26 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:26 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:26 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:26 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:26 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:26 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:26 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:26 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:26 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:26 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:26 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:26 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:26 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:27 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:27 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:27 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:27 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:27 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:27 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:27 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:27 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:27 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:27 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:27 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:27 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:27 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:27 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:28 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:28 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:28 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:28 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:28 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:28 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:28 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:28 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:28 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:28 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:28 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:28 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:28 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:28 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:28 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:28 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:29 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:29 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:29 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:29 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:29 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:29 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:29 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:29 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:29 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:29 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:29 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:29 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:29 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:29 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:29 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:29 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:30 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:30 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:30 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:30 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:30 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:30 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:30 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:30 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:30 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:30 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:30 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:30 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:30 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:30 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:30 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:30 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ricoh-sp-5200-406686-maintenance-kit/product_940364 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-badge-floral-8-5-x-11-academic-weekly-monthly-planner-plastic-cover-multicolor-1710f-905a-25/product_24580409 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-contemporary-8-25-x-11-academic-weekly-monthly-planner-faux-leather-cover-purple-70-957x-18-25/product_24579212 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-plastic-stack-chair-black-rut438bk/product_1179860 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-contemporary-9-x-11-academic-monthly-planner-faux-leather-cover-black-70-074x-05-25/product_24579185 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ricoh-sp-c430a-magenta-standard-yield-toner-cartridge-cy7647/product_414361 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-contemporary-lite-7-x-8-75-academic-weekly-monthly-planner-faux-leather-cover-black/product_24579196 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ricoh-sp-c430a-yellow-standard-yield-toner-cartridge-cy7646/product_414362 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:46:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:46:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-dayminder-3-5-x-6-academic-weekly-planner-black-ay48-00-25/product_24579202 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ricoh-type-2185-black-standard-yield-toner-cartridge-412660/product_638820 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ricoh-waste-toner-bottle-408036/product_2697736 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:46:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:46:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:46:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ridgid-35-s-stainless-steel-tube-cutter/product_162014 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-elevation-8-5-x-11-academic-weekly-monthly-planner-poly-cover-black-75-959p-05-25/product_24579200 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:46:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-vinyl-banquet-reception-chair-beige-2-pack-2hamc309avbge/product_24442110 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-plan-write-remember-7-5-x-10-academic-weekly-monthly-appointment-book-paperboard-cover-black/product_24579198 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:46:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-vinyl-banquet-stacking-chair-brown-copper-vein-frame-4-pack-4fdc01cprbrnvy/product_256855 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/riesen-chewy-caramel-dark-chocolate-pieces-30-oz-sul398052/product_689514 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:46:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-vinyl-folding-chair-gray-2-pack-2hamc309avgy/product_24442035 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:46:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/right-to-know-labels-write-on-color-bar-4-x-4-adhesive-vinyl-250-rl/product_565306 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-simplified-by-emily-ley-gingham-8-5-x-11-academic-weekly-monthly-planner-blue-white-el26-901a-25/product_24580408 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rigid-folding-fiberglass-ruler-outside-reading-6/product_852215 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:46:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:46:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-salvador-dali-by-mark-ashkenazi-35-x-47-canvas-art-ali1005-c3547gg/product_2080724 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-3-63-x-6-13-monthly-planner-plastic-cover-multicolor-143959/product_24551840 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-7-x-9-academic-weekly-monthly-planner-plastic-cover-solid-navy-148675-a25/product_24583735 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-steel-stack-chair-and-church-chair-dolly-black/product_200920 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-traditional-metal-stacking-banquet-chair-silver-vein-frame-fdbhf2byvyl/product_1982829 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-antonio-texas-skyline-by-michael-tompsett-11-x-14-white-matted-black-frame-mt0579-b1114mf/product_2082613 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-antonio-texas-skyline-by-michael-tompsett-11-x-14-white-matted-wood-frame-mt0579-w1114mf/product_2082612 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:46:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-antonio-texas-skyline-by-michael-tompsett-12-x-19-canvas-art-mt0579-c1219gg/product_2079138 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:46:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rigorous-reading-the-crossover-for-grades-5-8-tcr8089/product_24322944 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:46:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-analeis-8-5-x-11-academic-weekly-monthly-planner-plastic-cover-black-white-130606-a25/product_24583745 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-antonio-texas-skyline-by-michael-tompsett-16-x-24-canvas-art-mt0579-c1624gg/product_2080236 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-antonio-texas-skyline-by-michael-tompsett-16-x-20-white-matted-black-frame-mt0579-b1620mf/product_2083319 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ring-spotlight-wifi-indoor-outdoor-cam-wired-plug-in-white-8sh1p7-wen0/product_2823893 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-vinyl-silver-vein-frame-banquet-chair-black-10-pack/product_201331 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-ashley-g-multicolor-smoke-22-x-17-academic-monthly-desk-pad-calendar-146004-a25/product_24581501 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:46:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-ashley-g-multicolor-smoke-8-5-x-11-academic-weekly-monthly-planner-plastic-cover-133681-a25/product_24581585 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-wood-veneer-accent-chair-black-1111bk/product_257473 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-ashley-g-multicolor-smoke-22-x-17-academic-monthly-desk-pad-calendar-148668-a25/product_24583760 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-diego-california-skyline-by-michael-tompsett-16-x-20-black-frame-mt0575-b1620bmf/product_2083332 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-bakah-blue-5-x-8-academic-weekly-monthly-planner-plastic-cover-blue-white-131969-a25/product_24583738 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-wood-veneer-guest-chair-brown-1111bn/product_257474 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-diego-california-skyline-by-michael-tompsett-16-x-20-white-matted-black-frame-mt0575-b1620mf/product_2083331 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rip-van-chocolate-hazelnut-wafers-0-78-oz-16-packs-box-5191/product_24607088 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-belinda-selene-lucy-8-5-x-11-academic-weekly-monthly-planner-black-pink-144970/product_24581578 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-by-preston-11-x-14-white-matted-black-frame-em0565-b1114mf/product_2082322 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:46:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-ivan-ergonomic-mesh-swivel-high-back-multifunction-task-office-chair-black-hl0017/product_1983466 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-brandice-11-x-8-75-academic-monthly-wall-calendar-146987/product_24581531 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ricoh-sp-5200-406686-maintenance-kit/product_940364 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-badge-floral-8-5-x-11-academic-weekly-monthly-planner-plastic-cover-multicolor-1710f-905a-25/product_24580409 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-contemporary-8-25-x-11-academic-weekly-monthly-planner-faux-leather-cover-purple-70-957x-18-25/product_24579212 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-plastic-stack-chair-black-rut438bk/product_1179860 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-contemporary-9-x-11-academic-monthly-planner-faux-leather-cover-black-70-074x-05-25/product_24579185 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ricoh-sp-c430a-magenta-standard-yield-toner-cartridge-cy7647/product_414361 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-contemporary-lite-7-x-8-75-academic-weekly-monthly-planner-faux-leather-cover-black/product_24579196 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ricoh-sp-c430a-yellow-standard-yield-toner-cartridge-cy7646/product_414362 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:46:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:46:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-dayminder-3-5-x-6-academic-weekly-planner-black-ay48-00-25/product_24579202 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ricoh-type-2185-black-standard-yield-toner-cartridge-412660/product_638820 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ricoh-waste-toner-bottle-408036/product_2697736 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:46:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:46:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:46:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ridgid-35-s-stainless-steel-tube-cutter/product_162014 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-elevation-8-5-x-11-academic-weekly-monthly-planner-poly-cover-black-75-959p-05-25/product_24579200 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:46:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-vinyl-banquet-reception-chair-beige-2-pack-2hamc309avbge/product_24442110 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-plan-write-remember-7-5-x-10-academic-weekly-monthly-appointment-book-paperboard-cover-black/product_24579198 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:46:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-vinyl-banquet-stacking-chair-brown-copper-vein-frame-4-pack-4fdc01cprbrnvy/product_256855 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/riesen-chewy-caramel-dark-chocolate-pieces-30-oz-sul398052/product_689514 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:46:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-series-vinyl-folding-chair-gray-2-pack-2hamc309avgy/product_24442035 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:46:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/right-to-know-labels-write-on-color-bar-4-x-4-adhesive-vinyl-250-rl/product_565306 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-at-a-glance-simplified-by-emily-ley-gingham-8-5-x-11-academic-weekly-monthly-planner-blue-white-el26-901a-25/product_24580408 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rigid-folding-fiberglass-ruler-outside-reading-6/product_852215 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:46:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:46:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-salvador-dali-by-mark-ashkenazi-35-x-47-canvas-art-ali1005-c3547gg/product_2080724 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-3-63-x-6-13-monthly-planner-plastic-cover-multicolor-143959/product_24551840 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-7-x-9-academic-weekly-monthly-planner-plastic-cover-solid-navy-148675-a25/product_24583735 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-steel-stack-chair-and-church-chair-dolly-black/product_200920 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-antonio-texas-skyline-by-michael-tompsett-11-x-14-white-matted-black-frame-mt0579-b1114mf/product_2082613 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-traditional-metal-stacking-banquet-chair-silver-vein-frame-fdbhf2byvyl/product_1982829 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-antonio-texas-skyline-by-michael-tompsett-11-x-14-white-matted-wood-frame-mt0579-w1114mf/product_2082612 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:46:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-antonio-texas-skyline-by-michael-tompsett-12-x-19-canvas-art-mt0579-c1219gg/product_2079138 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:46:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rigorous-reading-the-crossover-for-grades-5-8-tcr8089/product_24322944 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:46:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-antonio-texas-skyline-by-michael-tompsett-16-x-24-canvas-art-mt0579-c1624gg/product_2080236 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-antonio-texas-skyline-by-michael-tompsett-16-x-20-white-matted-black-frame-mt0579-b1620mf/product_2083319 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-analeis-8-5-x-11-academic-weekly-monthly-planner-plastic-cover-black-white-130606-a25/product_24583745 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ring-spotlight-wifi-indoor-outdoor-cam-wired-plug-in-white-8sh1p7-wen0/product_2823893 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-vinyl-silver-vein-frame-banquet-chair-black-10-pack/product_201331 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-ashley-g-multicolor-smoke-22-x-17-academic-monthly-desk-pad-calendar-146004-a25/product_24581501 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:46:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-ashley-g-multicolor-smoke-8-5-x-11-academic-weekly-monthly-planner-plastic-cover-133681-a25/product_24581585 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-wood-veneer-accent-chair-black-1111bk/product_257473 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-ashley-g-multicolor-smoke-22-x-17-academic-monthly-desk-pad-calendar-148668-a25/product_24583760 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-diego-california-skyline-by-michael-tompsett-16-x-20-black-frame-mt0575-b1620bmf/product_2083332 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-bakah-blue-5-x-8-academic-weekly-monthly-planner-plastic-cover-blue-white-131969-a25/product_24583738 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-hercules-wood-veneer-guest-chair-brown-1111bn/product_257474 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-diego-california-skyline-by-michael-tompsett-16-x-20-white-matted-black-frame-mt0575-b1620mf/product_2083331 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rip-van-chocolate-hazelnut-wafers-0-78-oz-16-packs-box-5191/product_24607088 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-belinda-selene-lucy-8-5-x-11-academic-weekly-monthly-planner-black-pink-144970/product_24581578 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-by-preston-11-x-14-white-matted-black-frame-em0565-b1114mf/product_2082322 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:46:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-brandice-11-x-8-75-academic-monthly-wall-calendar-146987/product_24581531 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-ivan-ergonomic-mesh-swivel-high-back-multifunction-task-office-chair-black-hl0017/product_1983466 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:48 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:48 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:49 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:49 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:49 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:49 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:49 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:49 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:49 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:49 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:49 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:49 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:49 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:49 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:49 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:49 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:49 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:50 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:50 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:50 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:50 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:50 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:50 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:50 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:50 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:50 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:50 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:50 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:50 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:50 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:50 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:50 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:52 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:52 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:52 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:52 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:52 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:52 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:52 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:52 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:52 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:52 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:52 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:52 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:52 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:52 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:52 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:52 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:53 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:53 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:53 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:53 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:53 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:53 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:53 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:53 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:53 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:53 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:53 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:53 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:53 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:53 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:53 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:53 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:54 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:54 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:54 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:54 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:54 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:54 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:54 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:54 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:54 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:54 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:54 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:54 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:54 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:54 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:54 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:54 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:55 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:55 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:55 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:55 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:55 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:55 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:55 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:55 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:55 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:55 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:55 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:55 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:55 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:55 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:55 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:55 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:56 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:56 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:56 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:56 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:56 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:56 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:56 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:56 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:56 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:56 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:56 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:56 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:56 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:56 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:56 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:57 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:46:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rise-brewing-co-oat-milk-latte-nitro-cold-brew-coffee-7-oz-12-carton-fg-ss-005-007-012/product_24533207 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rise-brewing-co-oat-milk-mocha-nitro-cold-brew-coffee-7-oz-12-carton-fg-ss-007-007-012/product_24533208 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:46:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rise-brewing-co-original-black-nitro-cold-brew-coffee-7-oz-12-carton-fg-ss-001-007-012/product_24533206 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:46:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-jeffrey-commercial-grade-round-metal-indoor-outdoor-table-red-ch5109029red/product_2507085 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-ca-11-x-14-wood-frame-art/product_34071 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-ca-16-x-20-black-frame-art/product_34075 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:46:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rising-9-x-12-drawing-sketch-pad-15-sheets-pad-33273/product_2129840 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:46:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-ca-by-michael-tompsett-16-x-20-black-matted-silver-frame-mt0371-s1620bmf/product_2084938 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-cable-car-by-philippe-hugonnard-11-x-14-black-matted-black-frame-ph0130-b1114bmf/product_2079449 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rit-dyes-evening-blue-liquid-8-oz-bottle-pack-of-4-4pk-8279/product_2134113 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-jules-ergonomic-leathersoft-swivel-high-back-executive-office-chair-black-go7145bk/product_257368 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-cable-car-by-philippe-hugonnard-14-x-19-canvas-art-ph0130-c1419gg/product_2081501 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-davina-22-x-17-academic-monthly-desk-pad-calendar-146981/product_24581609 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-8-5-x-11-academic-weekly-monthly-planner-plastic-cover-deep-blue-149826/product_24581610 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-kai-contemporary-metal-slat-back-counter-stool-blue-ch3132024gbbl/product_1982802 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-california-16-x-24-canvas-art/product_34074 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:46:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rit-dyes-royal-blue-liquid-8-oz-bottle-pack-of-4-4pk-8299/product_2134266 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-california-22-x-32-canvas-art/product_34073 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-annabel-8-5-x-11-academic-weekly-monthly-planner-plastic-cover-blue-white-144867/product_24581570 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rite-in-the-rain-all-weather-1-subject-pocket-notebook-4-88-x-7-graph-ruled-32-sheets-green-973/product_24431256 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:47:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rite-in-the-rain-all-weather-pocket-notebook-4-x-6-50-sheets-black-746/product_24490408 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-city-skyline-by-michael-tompsett-12-x-19-canvas-art-mt0547-c1219gg/product_2079213 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-city-skyline-by-michael-tompsett-12-x-19-canvas-art-mt0805-c1219gg/product_2078968 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-blush-8-5-x-11-academic-weekly-monthly-planner-plastic-cover-pink-144859/product_24581539 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/river-city-200c-yellow-classic-rain-coats-2xl/product_154515 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-kale-ergonomic-mesh-swivel-high-back-executive-office-chair-burgundy-blzp806by/product_1240969 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-climbing-floral-blush-5-x-8-academic-weekly-monthly-planner-plastic-cover-multicolor/product_24583754 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:47:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/river-city-3882-dominator-2-piece-rainsuit-green-xl/product_197831 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:47:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-city-skyline-by-michael-tompsett-30-x-47-canvas-art-mt0805-c3047gg/product_2081218 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:47:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-in-bloom-8-x-10-academic-weekly-monthly-planner-gray-board-cover-multicolor-150135/product_24581512 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-city-skyline-iii-by-michael-tompsett-16-x-24-canvas-art-mt0643-c1624gg/product_2080044 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-kathryn-folding-table-72-x-72-granite-white-rb72r/product_201403 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-painted-leopard-gray-8-5-x-11-academic-weekly-monthly-planner-plastic-cover-beige-black/product_24581612 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/river-city-mcr-safety-hook-loop-safety-vests-non-ansi-one-size-orange-v211r/product_422652 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:47:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/river-queen-premium-mixed-nuts-13-oz/product_2795767 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-city-skyline-iv-by-michael-tompsett-11-x-14-black-frame-mt0805-b1114bmf/product_2081899 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:47:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-kelista-ergonomic-mesh-swivel-mid-back-task-office-chair-black-blx5mbk/product_1240873 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:47:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:47:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/riverside-3d-9-x-12-construction-paper-dark-blue-50-sheets-p103601/product_402627 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:47:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-sheet-music-ii-by-michael-tompsett-16-x-20-white-matted-mt0824-b1620mf/product_2085960 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-swiss-dot-8-5-x-11-academic-weekly-monthly-planner-black-gold-150136/product_24581497 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-decosta-blue-8-5-x-11-academic-weekly-monthly-student-planner-plastic-cover-150459/product_24581577 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-leathersoft-executive-chair-black-bt-510-lea-bk-gg/product_200840 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:47:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-ditsy-dapple-light-8-5-x-11-academic-weekly-monthly-teacher-planner-plastic-cover-multicolor/product_24581486 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-enterprise-7-x-9-academic-weekly-monthly-planner-plastic-cover-black-131982-a25/product_24583739 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-enterprise-8-5-x-11-academic-weekly-monthly-planner-plastic-cover-black-130609-a25/product_24583761 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roaring-spring-new-leaf-1-subject-notebooks-9-x-11-college-ruled-70-sheets-multicolor-12-carton-10843cs/product_24598947 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-fabiana-5-x-8-academic-weekly-monthly-planner-black-white-149813/product_24581542 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:47:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-flower-date-5-x-8-academic-weekly-monthly-planner-plastic-cover-multicolor-147715/product_24581602 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-lincoln-contemporary-metal-slat-back-counter-stool-clear-coated-xudgtp001b24/product_24127361 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rise-brewing-co-oat-milk-latte-nitro-cold-brew-coffee-7-oz-12-carton-fg-ss-005-007-012/product_24533207 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rise-brewing-co-oat-milk-mocha-nitro-cold-brew-coffee-7-oz-12-carton-fg-ss-007-007-012/product_24533208 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:47:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rise-brewing-co-original-black-nitro-cold-brew-coffee-7-oz-12-carton-fg-ss-001-007-012/product_24533206 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:47:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-jeffrey-commercial-grade-round-metal-indoor-outdoor-table-red-ch5109029red/product_2507085 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-ca-11-x-14-wood-frame-art/product_34071 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-ca-16-x-20-black-frame-art/product_34075 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:47:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rising-9-x-12-drawing-sketch-pad-15-sheets-pad-33273/product_2129840 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:47:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-ca-by-michael-tompsett-16-x-20-black-matted-silver-frame-mt0371-s1620bmf/product_2084938 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-cable-car-by-philippe-hugonnard-11-x-14-black-matted-black-frame-ph0130-b1114bmf/product_2079449 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rit-dyes-evening-blue-liquid-8-oz-bottle-pack-of-4-4pk-8279/product_2134113 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-jules-ergonomic-leathersoft-swivel-high-back-executive-office-chair-black-go7145bk/product_257368 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-cable-car-by-philippe-hugonnard-14-x-19-canvas-art-ph0130-c1419gg/product_2081501 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-davina-22-x-17-academic-monthly-desk-pad-calendar-146981/product_24581609 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-8-5-x-11-academic-weekly-monthly-planner-plastic-cover-deep-blue-149826/product_24581610 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-kai-contemporary-metal-slat-back-counter-stool-blue-ch3132024gbbl/product_1982802 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-california-16-x-24-canvas-art/product_34074 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rit-dyes-royal-blue-liquid-8-oz-bottle-pack-of-4-4pk-8299/product_2134266 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-california-22-x-32-canvas-art/product_34073 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-annabel-8-5-x-11-academic-weekly-monthly-planner-plastic-cover-blue-white-144867/product_24581570 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rite-in-the-rain-all-weather-1-subject-pocket-notebook-4-88-x-7-graph-ruled-32-sheets-green-973/product_24431256 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:09 [scrapy.extensions.logstats] (PID: 171) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2025-12-20 14:47:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:47:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rite-in-the-rain-all-weather-pocket-notebook-4-x-6-50-sheets-black-746/product_24490408 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-city-skyline-by-michael-tompsett-12-x-19-canvas-art-mt0547-c1219gg/product_2079213 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-city-skyline-by-michael-tompsett-12-x-19-canvas-art-mt0805-c1219gg/product_2078968 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-blush-8-5-x-11-academic-weekly-monthly-planner-plastic-cover-pink-144859/product_24581539 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/river-city-200c-yellow-classic-rain-coats-2xl/product_154515 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-climbing-floral-blush-5-x-8-academic-weekly-monthly-planner-plastic-cover-multicolor/product_24583754 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-kale-ergonomic-mesh-swivel-high-back-executive-office-chair-burgundy-blzp806by/product_1240969 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:47:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/river-city-3882-dominator-2-piece-rainsuit-green-xl/product_197831 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:47:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-city-skyline-by-michael-tompsett-30-x-47-canvas-art-mt0805-c3047gg/product_2081218 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:47:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-in-bloom-8-x-10-academic-weekly-monthly-planner-gray-board-cover-multicolor-150135/product_24581512 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-city-skyline-iii-by-michael-tompsett-16-x-24-canvas-art-mt0643-c1624gg/product_2080044 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-kathryn-folding-table-72-x-72-granite-white-rb72r/product_201403 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-painted-leopard-gray-8-5-x-11-academic-weekly-monthly-planner-plastic-cover-beige-black/product_24581612 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/river-city-mcr-safety-hook-loop-safety-vests-non-ansi-one-size-orange-v211r/product_422652 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:47:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-city-skyline-iv-by-michael-tompsett-11-x-14-black-frame-mt0805-b1114bmf/product_2081899 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/river-queen-premium-mixed-nuts-13-oz/product_2795767 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:47:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-kelista-ergonomic-mesh-swivel-mid-back-task-office-chair-black-blx5mbk/product_1240873 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:47:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:47:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/riverside-3d-9-x-12-construction-paper-dark-blue-50-sheets-p103601/product_402627 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:47:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-day-designer-swiss-dot-8-5-x-11-academic-weekly-monthly-planner-black-gold-150136/product_24581497 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-sheet-music-ii-by-michael-tompsett-16-x-20-white-matted-mt0824-b1620mf/product_2085960 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-decosta-blue-8-5-x-11-academic-weekly-monthly-student-planner-plastic-cover-150459/product_24581577 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-leathersoft-executive-chair-black-bt-510-lea-bk-gg/product_200840 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:47:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-ditsy-dapple-light-8-5-x-11-academic-weekly-monthly-teacher-planner-plastic-cover-multicolor/product_24581486 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-enterprise-7-x-9-academic-weekly-monthly-planner-plastic-cover-black-131982-a25/product_24583739 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-enterprise-8-5-x-11-academic-weekly-monthly-planner-plastic-cover-black-130609-a25/product_24583761 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roaring-spring-new-leaf-1-subject-notebooks-9-x-11-college-ruled-70-sheets-multicolor-12-carton-10843cs/product_24598947 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-fabiana-5-x-8-academic-weekly-monthly-planner-black-white-149813/product_24581542 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:47:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-flower-date-5-x-8-academic-weekly-monthly-planner-plastic-cover-multicolor-147715/product_24581602 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-lincoln-contemporary-metal-slat-back-counter-stool-clear-coated-xudgtp001b24/product_24127361 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:14 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:14 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:14 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:15 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:15 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:15 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:15 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:15 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:15 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:15 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:15 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:15 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:15 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:15 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:15 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:15 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:16 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:16 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:16 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:16 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:16 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:16 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:16 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:16 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:16 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:16 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:16 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:16 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:16 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:16 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:16 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:16 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:19 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:19 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:19 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:19 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:19 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:19 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:19 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:19 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:19 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:19 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:19 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:19 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:19 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:19 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:20 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:20 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:20 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:20 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:20 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:20 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:20 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:20 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:20 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:20 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:20 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:20 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:20 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:20 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:21 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:21 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:21 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:21 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:21 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:21 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:21 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:21 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:21 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:21 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:21 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:21 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:22 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:22 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:22 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:22 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:22 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:22 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:22 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:22 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:22 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:22 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:22 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:22 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:22 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:22 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:22 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:22 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:23 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:23 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:23 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:23 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:23 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:23 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:23 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:23 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-linus-armless-ergonomic-fabric-swivel-mid-back-multifunction-task-office-chair-black-wla654mgbk/product_257461 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:47:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-1-subject-composition-notebooks-7-875-x-10-25-college-ruled-80-sheets-black-77460/product_421760 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-travel-by-philippe-hugonnard-11-x-14-black-matted-black-frame-ph0131-b1114bmf/product_2079446 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-1-subject-composition-notebooks-7-x-8-5-wide-ruled-48-sheets-brown-77308/product_472128 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:47:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-luna-contemporary-metal-dining-chair-silver-ch31270sil/product_1983149 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:47:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-travel-by-philippe-hugonnard-16-x-20-black-matted-wood-frame-ph0131-w1620bmf/product_2085558 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-greta-8-x-10-academic-daily-monthly-planner-multicolor-146839/product_24581576 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-8-5-x-11-75-legal-pads-recycled-blue-paper-50-sheets-pad-3-pads-pack-74123/product_24558016 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-ivory-paper-co-davina-5-87-x-8-6-academic-weekly-monthly-planner-plastic-cover-cream-blue-146882/product_24581556 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-mantilla-rectangular-outdoor-picnic-table-6-black-slfeml72h48lbk/product_24595280 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-watercolor-map-11-x-14-wood-frame-art/product_311976 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-biobased-1-subject-notebooks-8-5-x-11-college-ruled-70-sheets-each-13361/product_1140145 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-watercolor-map-16-x-20-black-frame-art/product_311971 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:47:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-watercolor-map-35-x-47-canvas-art/product_311975 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-mantilla-rectangular-outdoor-picnic-table-with-mesh-top-and-seats-8-green-slfeml96gn/product_24587870 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:47:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-gimignano-door-by-moises-levy-11-x-14-white-matted-wood-frame-ali1097-w1114mf/product_2077500 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-jett-8-5-x-11-academic-monthly-planner-plastic-cover-blue-green-146858/product_24581596 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-composition-notebooks-7-x-8-5-wide-ruled-36-sheets-black-77332/product_826380 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-composition-notebooks-9-75-x-7-5-100-sheets-blue-77261/product_24489851 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-martin-ergonomic-leathersoft-swivel-high-back-executive-reclining-office-chair-black-bt90279h/product_24127324 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:47:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-enviroshades-notepad-5-x-8-25-college-ruled-6-pack-74220/product_24132026 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-metal-back-vinyl-restaurant-barstool-black-xudg697bbarbkv/product_201610 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-gimignano-texture-by-moises-levy-11-x-14-white-matted-wood-frame-ali1098-w1114mf/product_2077497 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-metal-guest-chair-black-bt1404wh/product_257500 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:47:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:47:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-music-composition-notebook-11-x-8-5-32-sheets-white-15009/product_651110 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-mindy-square-kids-5-piece-folding-table-and-chair-set-24-x-24-multicolored-jb9kid/product_1168945 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:47:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-marco-sky-by-moises-levy-14-x-19-canvas-art-ali1099-c1419gg/product_2079882 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-montego-round-umbrella-with-32-solar-led-lights-red-gmwlu22002bred/product_24597181 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-modesto-black-3-63-x-6-13-monthly-planner-black-147430/product_24564314 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-teacher-s-record-roll-books-8-5-x-11-44-sheets-72900/product_665802 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-neri-armless-ergonomic-mesh-swivel-low-back-task-office-chair-gray-wa3074gy/product_130087 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-neri-ergonomic-mesh-swivel-low-back-task-office-chair-gray-wa3074gyarm/product_130086 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sand-dunes-16-x-24-canvas-art/product_317139 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-roosevelt-5-x-8-academic-weekly-monthly-planner-plastic-cover-pink-green-128692-a25/product_24583750 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-roosevelt-8-5-x-11-academic-weekly-monthly-planner-plastic-cover-multicolor-128691-a25/product_24583727 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/robert-simmons-simply-simmons-extra-firm-filament-flat-long-handle-8-pack-of-6-pk6-255344008/product_24201262 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:47:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:47:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-santa-barbra-garden-35-x-47-canvas-art/product_314179 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-splatter-dot-jade-5-x-8-academic-weekly-monthly-planner-plastic-cover-mint-gold-149044-a25/product_24583722 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:47:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/robert-simmons-simply-simmons-long-handle-brushes-6-bristle-bright-pack-of-6-pk6-255141006/product_24198968 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-norris-ergonomic-mesh-swivel-mid-back-tapered-back-task-office-chair-black-lfw95abk/product_201310 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-savon-s-h-y-b-16-x-20-black-frame-art/product_821397 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-oak-park-collection-console-table-driftwood-nanjh1702/product_24307358 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/robert-simmons-simply-simmons-long-handle-brushes-6-bristle-flat-pack-of-6-pk6-255144006/product_24200416 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:47:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-teacher-lesson-8-5-x-11-academic-weekly-monthly-planner-plastic-cover-pink-145032/product_24581489 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-savon-s-h-y-b-30-x-47-canvas-art/product_821638 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-teacher-lesson-dots-8-5-x-11-academic-weekly-monthly-planner-plastic-cover-multicolor-100330-a25/product_24583748 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-oma-ergonomic-leathersoft-swivel-high-back-executive-office-chair-black-go7194bbk/product_201031 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-the-house-that-lars-built-aster-8-5-x-11-academic-monthly-planner-paper-cover-multicolor-145925/product_24581522 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-the-house-that-lars-built-blue-stripe-17-x-11-academic-monthly-desk-pad-calendar-150134/product_24581608 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-palmetto-triangle-sun-sail-shade-canopy-sand-gmwlss220031snd/product_24597186 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:47:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-linus-armless-ergonomic-fabric-swivel-mid-back-multifunction-task-office-chair-black-wla654mgbk/product_257461 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-1-subject-composition-notebooks-7-875-x-10-25-college-ruled-80-sheets-black-77460/product_421760 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:47:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-travel-by-philippe-hugonnard-11-x-14-black-matted-black-frame-ph0131-b1114bmf/product_2079446 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-1-subject-composition-notebooks-7-x-8-5-wide-ruled-48-sheets-brown-77308/product_472128 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:47:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-luna-contemporary-metal-dining-chair-silver-ch31270sil/product_1983149 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:47:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-travel-by-philippe-hugonnard-16-x-20-black-matted-wood-frame-ph0131-w1620bmf/product_2085558 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-greta-8-x-10-academic-daily-monthly-planner-multicolor-146839/product_24581576 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-8-5-x-11-75-legal-pads-recycled-blue-paper-50-sheets-pad-3-pads-pack-74123/product_24558016 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-mantilla-rectangular-outdoor-picnic-table-6-black-slfeml72h48lbk/product_24595280 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-ivory-paper-co-davina-5-87-x-8-6-academic-weekly-monthly-planner-plastic-cover-cream-blue-146882/product_24581556 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-watercolor-map-11-x-14-wood-frame-art/product_311976 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-biobased-1-subject-notebooks-8-5-x-11-college-ruled-70-sheets-each-13361/product_1140145 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-watercolor-map-16-x-20-black-frame-art/product_311971 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-francisco-watercolor-map-35-x-47-canvas-art/product_311975 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:47:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-mantilla-rectangular-outdoor-picnic-table-with-mesh-top-and-seats-8-green-slfeml96gn/product_24587870 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:47:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-gimignano-door-by-moises-levy-11-x-14-white-matted-wood-frame-ali1097-w1114mf/product_2077500 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-jett-8-5-x-11-academic-monthly-planner-plastic-cover-blue-green-146858/product_24581596 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-composition-notebooks-9-75-x-7-5-100-sheets-blue-77261/product_24489851 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-composition-notebooks-7-x-8-5-wide-ruled-36-sheets-black-77332/product_826380 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-martin-ergonomic-leathersoft-swivel-high-back-executive-reclining-office-chair-black-bt90279h/product_24127324 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:47:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-enviroshades-notepad-5-x-8-25-college-ruled-6-pack-74220/product_24132026 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-metal-back-vinyl-restaurant-barstool-black-xudg697bbarbkv/product_201610 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-gimignano-texture-by-moises-levy-11-x-14-white-matted-wood-frame-ali1098-w1114mf/product_2077497 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-metal-guest-chair-black-bt1404wh/product_257500 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:47:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:47:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-music-composition-notebook-11-x-8-5-32-sheets-white-15009/product_651110 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-mindy-square-kids-5-piece-folding-table-and-chair-set-24-x-24-multicolored-jb9kid/product_1168945 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:47:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-san-marco-sky-by-moises-levy-14-x-19-canvas-art-ali1099-c1419gg/product_2079882 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-montego-round-umbrella-with-32-solar-led-lights-red-gmwlu22002bred/product_24597181 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-modesto-black-3-63-x-6-13-monthly-planner-black-147430/product_24564314 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roaring-spring-paper-products-teacher-s-record-roll-books-8-5-x-11-44-sheets-72900/product_665802 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-neri-armless-ergonomic-mesh-swivel-low-back-task-office-chair-gray-wa3074gy/product_130087 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sand-dunes-16-x-24-canvas-art/product_317139 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-neri-ergonomic-mesh-swivel-low-back-task-office-chair-gray-wa3074gyarm/product_130086 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-roosevelt-5-x-8-academic-weekly-monthly-planner-plastic-cover-pink-green-128692-a25/product_24583750 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/robert-simmons-simply-simmons-extra-firm-filament-flat-long-handle-8-pack-of-6-pk6-255344008/product_24201262 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-roosevelt-8-5-x-11-academic-weekly-monthly-planner-plastic-cover-multicolor-128691-a25/product_24583727 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:47:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:47:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-santa-barbra-garden-35-x-47-canvas-art/product_314179 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-splatter-dot-jade-5-x-8-academic-weekly-monthly-planner-plastic-cover-mint-gold-149044-a25/product_24583722 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:47:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/robert-simmons-simply-simmons-long-handle-brushes-6-bristle-bright-pack-of-6-pk6-255141006/product_24198968 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-norris-ergonomic-mesh-swivel-mid-back-tapered-back-task-office-chair-black-lfw95abk/product_201310 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-savon-s-h-y-b-16-x-20-black-frame-art/product_821397 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-oak-park-collection-console-table-driftwood-nanjh1702/product_24307358 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:47:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/robert-simmons-simply-simmons-long-handle-brushes-6-bristle-flat-pack-of-6-pk6-255144006/product_24200416 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-teacher-lesson-8-5-x-11-academic-weekly-monthly-planner-plastic-cover-pink-145032/product_24581489 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-savon-s-h-y-b-30-x-47-canvas-art/product_821638 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-teacher-lesson-dots-8-5-x-11-academic-weekly-monthly-planner-plastic-cover-multicolor-100330-a25/product_24583748 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-oma-ergonomic-leathersoft-swivel-high-back-executive-office-chair-black-go7194bbk/product_201031 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-the-house-that-lars-built-aster-8-5-x-11-academic-monthly-planner-paper-cover-multicolor-145925/product_24581522 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-the-house-that-lars-built-blue-stripe-17-x-11-academic-monthly-desk-pad-calendar-150134/product_24581608 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-palmetto-triangle-sun-sail-shade-canopy-sand-gmwlss220031snd/product_24597186 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:47:40 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:40 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:40 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:41 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:41 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:41 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:41 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:41 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:41 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:41 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:41 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:41 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:41 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:41 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:41 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:41 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:41 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:42 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:42 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:42 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:42 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:42 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:42 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:42 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:42 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:42 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:42 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:42 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:42 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:42 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:42 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:42 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:43 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:43 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:43 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:43 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:43 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:43 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:43 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:43 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:43 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:43 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:43 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:43 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:43 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:44 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:44 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:44 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:44 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:44 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:44 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:44 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:44 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:45 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:45 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:45 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:45 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:45 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:45 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:45 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:45 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:45 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:45 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:45 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:45 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:45 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:45 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:45 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:45 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:46 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:46 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:46 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:46 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:46 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:46 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:46 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:46 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:46 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:46 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:46 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:46 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:46 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:46 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:46 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:46 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:47 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:47 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:47 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:47 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:47 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:47 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:47 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:47 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:47 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:47 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:47 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:47 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:47 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:47 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:48 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:48 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:48 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:48 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:48 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:48 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:48 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:48 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:48 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:48 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:48 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:48 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:48 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:48 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:48 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:49 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:49 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:49 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:49 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:49 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:49 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:49 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:49 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:49 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:47:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roblox-25-00-gift-card-email-delivery-1012443b2500/product_24569474 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-saxophone-ii-by-mark-ashkenazi-14-x-19-canvas-art-ali1021-c1419gg/product_2079910 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-paulson-vinyl-swivel-mid-back-executive-office-chair-black-h8020/product_201065 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-the-house-that-lars-built-lilac-red-5-x-8-academic-weekly-monthly-planner-multicolor-149845/product_24581516 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:47:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-scenic-bouquet-24-x-32-canvas-art/product_317477 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:47:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-plastic-poly-accent-chair-navy-2fh132dppny/product_24256947 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-plastic-poly-accent-chair-white-fh132dppwh/product_24256993 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:47:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-plastic-student-desk-grey-yuycy046/product_1240900 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sea-picture-vi-11-x-14-black-frame-art/product_313430 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-the-house-that-lars-built-standard-11-x-8-75-academic-monthly-wall-calendar-white-gold-150133/product_24581568 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-plush-42-h-leather-rocker-recliner-brown/product_201318 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:47:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rocketbook-core-executive-dot-grid/product_SS128245382 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sea-picture-vi-16-x-20-wood-frame-art/product_313437 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rocketbook-core-reusable-smart-notebook-6-x-8-8-dot-grid-ruled-36-pages-black-evr-e-rc-a-fr/product_24453239 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-the-house-that-lars-built-yellow-floral-3-63-x-6-13-academic-weekly-monthly-planner-plastic-cover/product_24581580 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:47:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rocketbook-core-reusable-smart-notebook-8-5-x-11-dot-grid-ruled-32-pages-red-evr-l-rc-cbg-fr/product_24453243 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sean-by-ines-kouidis-24-x-24-canvas-art-ali0995-c2424gg/product_2078762 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-redmond-48-w-x-30-d-conference-table-laminate-walnut-mtm4830wltabf/product_24595279 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-eccolo-7-x-9-weekly-planner-faux-leather-cover-orange-green-ay25-401d/product_24579821 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rocketbook-flip-reusable-smart-notepad-8-5-x-11-lined-dot-grid-ruled-32-pages-teal-flp-l-rc-cce/product_24489598 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-excello-global-products-blue-pink-gradient-5-5-x-8-weekly-monthly-planner-paper-cover-ay24-38-s/product_24580289 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-skyline-sheet-music-by-michael-tompsett-11-x-14-black-frame-mt0832-b1114bmf/product_2081826 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rocketbook-flip-smart-notepad-8-5-x-11-lined-dot-grid-ruled-blue-16-sheets-pad-flp-l-rc-cdf-fr/product_24520229 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-five-star-advance-5-5-x-8-5-academic-weekly-monthly-planner-poly-cover-assorted-colors-caw459-00-25/product_24579228 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:47:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-five-star-advance-8-5-x-11-academic-weekly-monthly-planner-poly-cover-assorted-colors-caw659-00-25/product_24579205 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-redmond-72-w-x-36-d-conference-table-laminate-walnut-mtm7236wltabf/product_24595229 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-fringe-chinoiserie-7-5-x-10-25-academic-weekly-monthly-planner-paper-cover-white-navy-blue-529301fsc/product_24580064 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-redmond-72-w-x-36-d-conference-table-laminate-walnut-mtm7236wltubf/product_24595299 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:47:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-gartner-studios-pink-palm-tree-9-13-x-11-3-academic-weekly-monthly-planner-plastic-cover-pink-175671/product_24580296 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:47:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-rochelle-fabric-swivel-high-back-executive-office-chair-gray-bt9022bk/product_257301 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-global-printed-products-5-5-x-8-5-weekly-monthly-student-planner-paper-cover-multicolor-ay24sm558501-cp/product_24587811 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-ronald-armless-ergonomic-leathersoft-swivel-mid-back-task-office-chair-black-bt688bk/product_200860 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-global-printed-products-8-5-x-11-academic-weekly-monthly-student-planner-paper-cover-multicolor/product_24587810 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-global-printed-products-blue-marble-5-5-x-8-academic-weekly-monthly-planner-paper-cover-blue-gold-ay24-07-s/product_24579182 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:47:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rocketbook-fusion-smart-notebook-8-5-x-11-7-page-styles-42-pages-maroon-evrf-l-rc-cmefr/product_24492046 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-wa-by-michael-tompsett-11-x-14-white-matted-silver-frame-mt0384-s1114mf/product_2076488 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-global-printed-products-chalkboard-doodles-8-5-x-11-academic-weekly-monthly-student-planner-paper-cover/product_24579177 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rocketbook-mini-reusable-smart-notepad-3-5-x-5-5-dot-grid-ruled-blue-48-pages-evr-m-rc-cdf-fr/product_24388710 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:47:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-global-printed-products-marble-8-5-x-11-academic-weekly-monthly-planner-paper-cover-gray-white/product_24579178 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-sam-ergonomic-mesh-swivel-mid-back-task-office-chair-black-gowy82/product_1983484 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-global-printed-products-pick-your-own-8-5-x-11-academic-weekly-monthly-planner-vinyl-cover-assorted-colors/product_24579184 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rocketbook-sku-set/product_SS244523917 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-16-x-20-black-frame-art/product_820156 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-16-x-20-wood-frame-art/product_820130 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-sedona-round-cantilever-umbrella-with-32-solar-led-lights-tan-gmwluu012tan/product_24597187 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-16-x-24-canvas-art/product_821309 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-22-x-32-canvas-art/product_821306 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rockstar-sugar-free-original-energy-drink-16-fl-oz-818094005753/product_24551907 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-sheffield-tv-stand-entertainment-console-white-wash-screens-up-to-80-gcmblk65wh/product_24523165 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-sigrid-steel-3-seat-outdoor-bench-black-slfag4hut2h48lb/product_24595302 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rocstor-displayport-dvi-d-video-cable-y10c155-b1/product_IM12CR731 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:47:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:47:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-stackable-stool-with-black-seat-and-silver-powder-coated-frame-black/product_201664 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roblox-25-00-gift-card-email-delivery-1012443b2500/product_24569474 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-saxophone-ii-by-mark-ashkenazi-14-x-19-canvas-art-ali1021-c1419gg/product_2079910 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-paulson-vinyl-swivel-mid-back-executive-office-chair-black-h8020/product_201065 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-the-house-that-lars-built-lilac-red-5-x-8-academic-weekly-monthly-planner-multicolor-149845/product_24581516 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:47:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-scenic-bouquet-24-x-32-canvas-art/product_317477 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:47:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-plastic-poly-accent-chair-navy-2fh132dppny/product_24256947 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-plastic-poly-accent-chair-white-fh132dppwh/product_24256993 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:47:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-plastic-student-desk-grey-yuycy046/product_1240900 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:47:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sea-picture-vi-11-x-14-black-frame-art/product_313430 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-the-house-that-lars-built-standard-11-x-8-75-academic-monthly-wall-calendar-white-gold-150133/product_24581568 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-plush-42-h-leather-rocker-recliner-brown/product_201318 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rocketbook-core-executive-dot-grid/product_SS128245382 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:48:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sea-picture-vi-16-x-20-wood-frame-art/product_313437 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-blue-sky-the-house-that-lars-built-yellow-floral-3-63-x-6-13-academic-weekly-monthly-planner-plastic-cover/product_24581580 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rocketbook-core-reusable-smart-notebook-6-x-8-8-dot-grid-ruled-36-pages-black-evr-e-rc-a-fr/product_24453239 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:48:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rocketbook-core-reusable-smart-notebook-8-5-x-11-dot-grid-ruled-32-pages-red-evr-l-rc-cbg-fr/product_24453243 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sean-by-ines-kouidis-24-x-24-canvas-art-ali0995-c2424gg/product_2078762 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-redmond-48-w-x-30-d-conference-table-laminate-walnut-mtm4830wltabf/product_24595279 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-eccolo-7-x-9-weekly-planner-faux-leather-cover-orange-green-ay25-401d/product_24579821 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rocketbook-flip-reusable-smart-notepad-8-5-x-11-lined-dot-grid-ruled-32-pages-teal-flp-l-rc-cce/product_24489598 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-excello-global-products-blue-pink-gradient-5-5-x-8-weekly-monthly-planner-paper-cover-ay24-38-s/product_24580289 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-skyline-sheet-music-by-michael-tompsett-11-x-14-black-frame-mt0832-b1114bmf/product_2081826 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rocketbook-flip-smart-notepad-8-5-x-11-lined-dot-grid-ruled-blue-16-sheets-pad-flp-l-rc-cdf-fr/product_24520229 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-five-star-advance-5-5-x-8-5-academic-weekly-monthly-planner-poly-cover-assorted-colors-caw459-00-25/product_24579228 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:48:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-five-star-advance-8-5-x-11-academic-weekly-monthly-planner-poly-cover-assorted-colors-caw659-00-25/product_24579205 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-redmond-72-w-x-36-d-conference-table-laminate-walnut-mtm7236wltabf/product_24595229 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-fringe-chinoiserie-7-5-x-10-25-academic-weekly-monthly-planner-paper-cover-white-navy-blue-529301fsc/product_24580064 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-redmond-72-w-x-36-d-conference-table-laminate-walnut-mtm7236wltubf/product_24595299 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:48:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-gartner-studios-pink-palm-tree-9-13-x-11-3-academic-weekly-monthly-planner-plastic-cover-pink-175671/product_24580296 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:48:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-rochelle-fabric-swivel-high-back-executive-office-chair-gray-bt9022bk/product_257301 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-global-printed-products-5-5-x-8-5-weekly-monthly-student-planner-paper-cover-multicolor-ay24sm558501-cp/product_24587811 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-ronald-armless-ergonomic-leathersoft-swivel-mid-back-task-office-chair-black-bt688bk/product_200860 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-global-printed-products-8-5-x-11-academic-weekly-monthly-student-planner-paper-cover-multicolor/product_24587810 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-global-printed-products-blue-marble-5-5-x-8-academic-weekly-monthly-planner-paper-cover-blue-gold-ay24-07-s/product_24579182 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:48:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rocketbook-fusion-smart-notebook-8-5-x-11-7-page-styles-42-pages-maroon-evrf-l-rc-cmefr/product_24492046 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-wa-by-michael-tompsett-11-x-14-white-matted-silver-frame-mt0384-s1114mf/product_2076488 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-global-printed-products-chalkboard-doodles-8-5-x-11-academic-weekly-monthly-student-planner-paper-cover/product_24579177 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rocketbook-mini-reusable-smart-notepad-3-5-x-5-5-dot-grid-ruled-blue-48-pages-evr-m-rc-cdf-fr/product_24388710 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:48:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-global-printed-products-marble-8-5-x-11-academic-weekly-monthly-planner-paper-cover-gray-white/product_24579178 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-sam-ergonomic-mesh-swivel-mid-back-task-office-chair-black-gowy82/product_1983484 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-global-printed-products-pick-your-own-8-5-x-11-academic-weekly-monthly-planner-vinyl-cover-assorted-colors/product_24579184 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rocketbook-sku-set/product_SS244523917 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-16-x-20-black-frame-art/product_820156 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-16-x-20-wood-frame-art/product_820130 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-16-x-24-canvas-art/product_821309 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-sedona-round-cantilever-umbrella-with-32-solar-led-lights-tan-gmwluu012tan/product_24597187 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-22-x-32-canvas-art/product_821306 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rockstar-sugar-free-original-energy-drink-16-fl-oz-818094005753/product_24551907 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-sheffield-tv-stand-entertainment-console-white-wash-screens-up-to-80-gcmblk65wh/product_24523165 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-sigrid-steel-3-seat-outdoor-bench-black-slfag4hut2h48lb/product_24595302 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rocstor-displayport-dvi-d-video-cable-y10c155-b1/product_IM12CR731 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:48:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-stackable-stool-with-black-seat-and-silver-powder-coated-frame-black/product_201664 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:48:07 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:07 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:07 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:07 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:07 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:07 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:07 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:07 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:07 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:07 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:07 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:07 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:07 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:07 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:08 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:08 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:08 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:08 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:08 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:08 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:08 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:08 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:08 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:08 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:08 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:08 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:08 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:08 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:08 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:08 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:09 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:09 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:09 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:09 [scrapy.extensions.logstats] (PID: 171) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2025-12-20 14:48:09 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:09 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:09 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:09 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:09 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:09 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:09 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:09 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:09 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:09 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:12 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:12 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:12 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:12 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:12 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:12 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:12 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:12 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:12 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:12 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:12 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:12 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:12 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:12 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:12 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:13 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:13 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:13 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:13 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:13 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:13 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:13 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:13 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:13 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:13 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:13 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:13 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:13 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:13 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:14 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:14 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:14 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:14 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:14 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:14 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:14 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:14 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:14 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:14 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:14 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:14 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:14 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:14 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:14 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:14 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:15 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:15 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:15 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:15 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:15 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:15 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:15 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:15 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:15 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:15 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:48:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-house-of-doolittle-8-5-x-11-academic-monthly-planner-leatherette-cover-bright-blue-26308-25/product_24588059 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-skyline-by-michael-tompsett-16-x-24-canvas-art-mt0809-c1624gg/product_2077964 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rocstor-rocpro-p33-8tb-external-usb-type-c-portable-hard-drive-space-grey-gp3616-01/product_IM1JL8581 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-table-set-36-d-x-36-w-mahogany-rsrb1010-gg/product_130077 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-skyline-by-michael-tompsett-22-x-32-canvas-art-mt0809-c2232gg/product_2077260 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-tania-fabric-stackable-side-reception-chair-burgundy-bt5151by/product_256945 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roderick-stevens-grapes-splash-ii-framed-matted-art-11x14-inches-wood-frame/product_254677 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roderick-stevens-lemon-splash-ii-framed-matted-art-16x20-inches-wood-frame/product_254684 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:48:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:48:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-tiffany-fabric-stackable-side-reception-chair-with-arms-burgundy-bt5161by/product_256961 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-plato-busy-bees-14-x-10-academic-calendar-monthly-desk-pad-calendar-9781975480462/product_24590671 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-vibrant-drafting-stools-with-tractor-seat-lf215ntclblue/product_257429 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:48:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-vibrant-tractor-stools-lf214antclblue/product_257422 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-skyline-sheet-music-by-michael-tompsett-11-x-14-black-frame-mt0833-b1114bmf/product_2081795 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rogue-wallet-leather-portfolio-case-black-walportfzip-blk/product_24435775 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-vinyl-mid-back-luxurious-conference-chair-with-casters-blue/product_200882 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:48:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:48:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-punch-studio-floral-cats-7-x-9-5-weekly-monthly-planner-coral-multi-79143/product_24579476 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-southworth-plum-geo-7-x-9-25-academic-year-weekly-monthly-planner-hardsided-cover-purple-white-91489/product_24579850 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roku-streambar-pro-9101r2-stereo-soundbar-black/product_24490800 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-street-map-by-michael-tompsett-16-x-20-black-matted-black-frame-mt0869-b1620bmf/product_2085829 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-staples-15-x-12-academic-monthly-wall-calendar-red-white-st54278-23/product_24576649 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-wood-barstool-dark-antique-xaxbargobc/product_24295736 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-wood-reception-set-brown-bz105brn/product_200885 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:48:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:48:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-wren-42-round-activity-table-height-adjustable-gray-xua42rndgyha/product_201563 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-staples-5-x-8-academic-daily-appointment-book-black-st60364-23/product_24576643 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rollerpro-250-black-rolling-retractable-belt-barrier-with-11-black-red-belt/product_171074 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-wren-60-flower-activity-table-height-adjustable-oak-xua60flroakta/product_130165 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-wren-60-round-activity-table-height-adjustable-gray-xua60rndgyta/product_130167 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:48:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rollerpro-250-black-rolling-retractable-belt-barrier-with-11-different-belt-color/product_SS235089817 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-watercolor-map-11-x-14-wood-frame-art/product_312008 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:48:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-wren-rectangular-activity-table-24-x-48-height-adjustable-green-yuycx001rectbgn/product_130175 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-watercolor-map-14-x-19-canvas-art/product_312004 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-8-5-x-11-academic-weekly-monthly-teacher-planner-paperboard-cover-multicolor-ay25-9600/product_24579727 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:48:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-art-12-x-17-academic-monthly-wall-calendar-white-black-ay25-8512/product_24590115 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:48:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-art-17-x-22-academic-monthly-wall-calendar-white-black-ay25-8212/product_24590100 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-watercolor-map-24-x-32-canvas-art/product_312006 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-bibliophile-series-english-garden-8-5-x-11-academic-weekly-monthly-planner-paperboard-cover/product_24590091 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-second-pour-14-x-19-canvas-art/product_817696 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:48:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:48:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-second-pour-18-x-24-canvas-art/product_817694 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-second-pour-24-x-32-canvas-art/product_817691 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-secret-garden-chair-18-x-24-canvas-art/product_314234 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:48:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rolodex-classic-rotary-file-black-500-card-capacity-66704/product_232827 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-secret-garden-chair-35-x-47-canvas-art/product_314236 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:48:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-cali-girl-collection-blue-sky-rainbows-6-x-8-academic-weekly-monthly-planner-paperboard-cover/product_24590082 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:48:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-cali-girl-collection-checkmate-8-5-x-11-academic-weekly-monthly-planner-paperboard-cover/product_24590097 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flat-corrugated-boxes-17-1-4-x-11-1-4-x-5-kraft-25-bundle-17115/product_23978486 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-cali-girl-groovy-8-5-x-11-academic-weekly-monthly-planner-paperboard-cover-ay25-9714/product_24590113 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:48:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-house-of-doolittle-8-5-x-11-academic-monthly-planner-leatherette-cover-bright-blue-26308-25/product_24588059 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:48:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-skyline-by-michael-tompsett-16-x-24-canvas-art-mt0809-c1624gg/product_2077964 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rocstor-rocpro-p33-8tb-external-usb-type-c-portable-hard-drive-space-grey-gp3616-01/product_IM1JL8581 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-table-set-36-d-x-36-w-mahogany-rsrb1010-gg/product_130077 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-skyline-by-michael-tompsett-22-x-32-canvas-art-mt0809-c2232gg/product_2077260 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-tania-fabric-stackable-side-reception-chair-burgundy-bt5151by/product_256945 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roderick-stevens-grapes-splash-ii-framed-matted-art-11x14-inches-wood-frame/product_254677 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roderick-stevens-lemon-splash-ii-framed-matted-art-16x20-inches-wood-frame/product_254684 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:48:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:48:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-tiffany-fabric-stackable-side-reception-chair-with-arms-burgundy-bt5161by/product_256961 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-plato-busy-bees-14-x-10-academic-calendar-monthly-desk-pad-calendar-9781975480462/product_24590671 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-vibrant-drafting-stools-with-tractor-seat-lf215ntclblue/product_257429 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:48:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-vibrant-tractor-stools-lf214antclblue/product_257422 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-skyline-sheet-music-by-michael-tompsett-11-x-14-black-frame-mt0833-b1114bmf/product_2081795 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-vinyl-mid-back-luxurious-conference-chair-with-casters-blue/product_200882 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rogue-wallet-leather-portfolio-case-black-walportfzip-blk/product_24435775 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:48:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:48:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-punch-studio-floral-cats-7-x-9-5-weekly-monthly-planner-coral-multi-79143/product_24579476 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-southworth-plum-geo-7-x-9-25-academic-year-weekly-monthly-planner-hardsided-cover-purple-white-91489/product_24579850 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roku-streambar-pro-9101r2-stereo-soundbar-black/product_24490800 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-washington-street-map-by-michael-tompsett-16-x-20-black-matted-black-frame-mt0869-b1620bmf/product_2085829 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-staples-15-x-12-academic-monthly-wall-calendar-red-white-st54278-23/product_24576649 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-wood-barstool-dark-antique-xaxbargobc/product_24295736 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-wood-reception-set-brown-bz105brn/product_200885 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:48:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:48:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-wren-42-round-activity-table-height-adjustable-gray-xua42rndgyha/product_201563 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-staples-5-x-8-academic-daily-appointment-book-black-st60364-23/product_24576643 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rollerpro-250-black-rolling-retractable-belt-barrier-with-11-black-red-belt/product_171074 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-wren-60-round-activity-table-height-adjustable-gray-xua60rndgyta/product_130167 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-wren-60-flower-activity-table-height-adjustable-oak-xua60flroakta/product_130165 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:48:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rollerpro-250-black-rolling-retractable-belt-barrier-with-11-different-belt-color/product_SS235089817 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-watercolor-map-11-x-14-wood-frame-art/product_312008 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:48:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flash-furniture-wren-rectangular-activity-table-24-x-48-height-adjustable-green-yuycx001rectbgn/product_130175 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-watercolor-map-14-x-19-canvas-art/product_312004 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:48:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-8-5-x-11-academic-weekly-monthly-teacher-planner-paperboard-cover-multicolor-ay25-9600/product_24579727 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-art-12-x-17-academic-monthly-wall-calendar-white-black-ay25-8512/product_24590115 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:48:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-art-17-x-22-academic-monthly-wall-calendar-white-black-ay25-8212/product_24590100 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-seattle-watercolor-map-24-x-32-canvas-art/product_312006 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-bibliophile-series-english-garden-8-5-x-11-academic-weekly-monthly-planner-paperboard-cover/product_24590091 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-second-pour-14-x-19-canvas-art/product_817696 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:48:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:48:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-second-pour-18-x-24-canvas-art/product_817694 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-second-pour-24-x-32-canvas-art/product_817691 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-secret-garden-chair-18-x-24-canvas-art/product_314234 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:48:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rolodex-classic-rotary-file-black-500-card-capacity-66704/product_232827 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-secret-garden-chair-35-x-47-canvas-art/product_314236 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:48:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-cali-girl-collection-blue-sky-rainbows-6-x-8-academic-weekly-monthly-planner-paperboard-cover/product_24590082 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:48:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-cali-girl-collection-checkmate-8-5-x-11-academic-weekly-monthly-planner-paperboard-cover/product_24590097 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flat-corrugated-boxes-17-1-4-x-11-1-4-x-5-kraft-25-bundle-17115/product_23978486 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-cali-girl-groovy-8-5-x-11-academic-weekly-monthly-planner-paperboard-cover-ay25-9714/product_24590113 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:48:33 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:33 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:33 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:33 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:33 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:33 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:33 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:33 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:33 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:33 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:33 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:33 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:33 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:33 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:33 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:33 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:34 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:34 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:34 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:34 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:34 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:34 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:34 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:34 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:34 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:34 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:34 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:34 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:34 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:34 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:34 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:35 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:35 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:35 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:35 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:35 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:35 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:35 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:35 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:35 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:35 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:35 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:35 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:35 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:35 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:36 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:36 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:36 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:36 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:36 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:36 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:36 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:37 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:37 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:37 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:37 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:37 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:37 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:38 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:38 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:38 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:38 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:38 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:38 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:38 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:38 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:38 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:38 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:38 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:38 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:38 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:38 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:39 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:39 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:39 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:39 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:39 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:39 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:39 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:39 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:39 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:39 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:39 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:39 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:39 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:39 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:39 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:39 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:40 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:40 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:40 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:40 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:40 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:40 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:40 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:40 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:40 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:40 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:40 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:40 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:40 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:40 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:40 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:40 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:41 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:41 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:41 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:41 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:41 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:41 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:41 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:41 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:41 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:41 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rolodex-wood-tones-front-loading-letter-tray-black-62523/product_604517 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:48:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:48:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-see-india-16-x-20-wood-frame-art/product_312940 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/romanoff-plastic-cube-bin-11-5-x-11-x-10-5-blue-pack-of-3-rom72504-3/product_24504184 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-see-india-30-x-47-canvas-art/product_312938 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-every-day-s-a-holiday-22-x-17-academic-monthly-desk-pad-calendar-ay25-8200/product_24579733 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/romanoff-plastic-cube-bin-11-5-x-11-x-10-5-yellow-pack-of-3-rom72503-3/product_24504188 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-semi-truck-by-design-turnpike-11-x-14-white-matted-black-frame-ali1289-b1114mf/product_2082967 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/romanoff-plastic-large-utility-caddy-12-75-x-11-25-x-6-75-red-pack-of-3-rom26002-3/product_24497491 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-floral-17-x-12-academic-monthly-desk-pad-calendar-ay25-8502/product_24590069 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-floral-22-x-17-academic-monthly-desk-pad-calendar-ay25-8202/product_24590101 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flat-corrugated-boxes-30-x-12-x-6-kraft-25-bundle-30126/product_23978603 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:48:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/romanoff-plastic-latch-pencil-case-grape-pack-of-12-rom60226-12/product_24518627 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-semi-truck-by-design-turnpike-22-x-32-canvas-art-ali1289-c2232gg/product_2085297 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-graph-paper-6-5-x-8-academic-monthly-planner-paperboard-cover-multicolor-ay25-4206/product_24590083 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flat-corrugated-boxes-36-x-16-x-5-kraft-15-bundle-36165/product_23978474 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sengtigahama-16-x-20-black-frame-art/product_33596 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:48:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flavia-aroma-10-cup-commercial-automatic-coffee-maker-black-18000564/product_24582679 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fleming-s-gift-card-100-email-delivery/product_2417460 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:48:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sensitive-space-by-philippe-sainte-laudy-16-x-20-white-matted-black-frame-psl0448-b1620mf/product_2085469 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fleming-s-gift-card-50-email-delivery/product_2417461 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sensitive-space-by-philippe-sainte-laudy-22-x-32-canvas-art-psl0448-c2232gg/product_2077134 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sensitive-space-by-philippe-sainte-laudy-30-x-47-canvas-art-psl0448-c3047gg/product_2080962 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/romanoff-products-large-utility-caddy-orange/product_273788 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sentinel-by-philippe-sainte-laudy-11-x-14-white-matted-black-frame-psl0449-b1114mf/product_2079385 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sentinel-by-philippe-sainte-laudy-12-x-19-canvas-art-psl0449-c1219gg/product_2081347 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sentinel-by-philippe-sainte-laudy-16-x-20-white-matted-black-frame-psl0449-b1620mf/product_2085466 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sentinel-by-philippe-sainte-laudy-16-x-24-canvas-art-psl0449-c1624gg/product_2077877 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/romanoff-products-small-utility-caddy-9-1-4-orange/product_273965 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/romanoff-products-small-utility-caddy-green-2-bd/product_139103 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:48:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-september-impressions-18-x-24-canvas-art/product_313972 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-true-blue-flowers-3-5-x-6-5-academic-weekly-monthly-planner-paperboard-cover-multicolor/product_24590061 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-vintage-professional-17-x-12-academic-monthly-desk-pad-calendar-ay25-8504/product_24590075 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-vintage-professional-22-x-17-academic-monthly-desk-pad-calendar-ay25-8204/product_24590079 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flex-seal-general-purpose-repair-tape-4-x-1-67-yds-black-tfsblkr0405/product_24420583 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-walnut-wood-6-5-x-8-academic-monthly-planner-paperboard-cover-brown-ay25-4216/product_24590068 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:48:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-white-lotus-series-byzantine-tile-8-5-x-11-academic-weekly-monthly-planner-paperboard-cover/product_24590095 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-serene-sunset-vermont-by-david-ayash-10-x-24-canvas-art-ma0641-c1024gg/product_2080930 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/romanoff-small-plastic-utility-caddy-9-25-h-x-9-25-w-purple-rom25906/product_272946 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/romanoff-stowaway-letter-box-13-5-h-x-10-75-w-plastic-bin-with-lid-blue-rom16004/product_138759 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/romanoff-stowaway-plastic-5-letter-box-with-lid-green-pack-of-2-rom16005-2/product_24504447 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:48:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:48:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flexispot-48-w-adjustable-glass-top-standing-desk-black-eg8b-e/product_24465952 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-the-happy-planner-desert-thistle-7-x-9-25-academic-weekly-monthly-planner-plastic-cover-multicolor/product_24582969 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-the-happy-planner-desert-thistle-8-5-x-11-academic-weekly-monthly-planner-plastic-cover-multicolor/product_24582956 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:48:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:48:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sergio-cruze-the-son-14-x-19-canvas-stretched-art-print-190836011247/product_2575633 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roommates-animal-alphabet-peel-and-stick-wall-decal-10-x-18/product_135465 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flexispot-bs1b-adjustable-height-stool-for-soundproof-pods/product_24598429 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:48:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:48:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flexispot-e7-55-w-adjustable-standing-desk-black-e7br5528b/product_24539035 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:48:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sergio-cruze-the-virgin-ii-14-x-19-canvas-stretched-art-print-190836012046/product_2575629 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:48:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-blue-bell-floral-7-5-x-9-5-academic-monthly-planner-paper-cover-yellow-blue-47620/product_24593541 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rolodex-wood-tones-front-loading-letter-tray-black-62523/product_604517 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:48:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:48:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-see-india-16-x-20-wood-frame-art/product_312940 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/romanoff-plastic-cube-bin-11-5-x-11-x-10-5-blue-pack-of-3-rom72504-3/product_24504184 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-see-india-30-x-47-canvas-art/product_312938 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/romanoff-plastic-cube-bin-11-5-x-11-x-10-5-yellow-pack-of-3-rom72503-3/product_24504188 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-every-day-s-a-holiday-22-x-17-academic-monthly-desk-pad-calendar-ay25-8200/product_24579733 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-semi-truck-by-design-turnpike-11-x-14-white-matted-black-frame-ali1289-b1114mf/product_2082967 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/romanoff-plastic-large-utility-caddy-12-75-x-11-25-x-6-75-red-pack-of-3-rom26002-3/product_24497491 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-floral-17-x-12-academic-monthly-desk-pad-calendar-ay25-8502/product_24590069 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-floral-22-x-17-academic-monthly-desk-pad-calendar-ay25-8202/product_24590101 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flat-corrugated-boxes-30-x-12-x-6-kraft-25-bundle-30126/product_23978603 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:48:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/romanoff-plastic-latch-pencil-case-grape-pack-of-12-rom60226-12/product_24518627 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-semi-truck-by-design-turnpike-22-x-32-canvas-art-ali1289-c2232gg/product_2085297 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-graph-paper-6-5-x-8-academic-monthly-planner-paperboard-cover-multicolor-ay25-4206/product_24590083 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flat-corrugated-boxes-36-x-16-x-5-kraft-15-bundle-36165/product_23978474 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sengtigahama-16-x-20-black-frame-art/product_33596 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:48:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flavia-aroma-10-cup-commercial-automatic-coffee-maker-black-18000564/product_24582679 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fleming-s-gift-card-100-email-delivery/product_2417460 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sensitive-space-by-philippe-sainte-laudy-16-x-20-white-matted-black-frame-psl0448-b1620mf/product_2085469 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:48:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fleming-s-gift-card-50-email-delivery/product_2417461 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sensitive-space-by-philippe-sainte-laudy-30-x-47-canvas-art-psl0448-c3047gg/product_2080962 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sensitive-space-by-philippe-sainte-laudy-22-x-32-canvas-art-psl0448-c2232gg/product_2077134 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/romanoff-products-large-utility-caddy-orange/product_273788 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sentinel-by-philippe-sainte-laudy-11-x-14-white-matted-black-frame-psl0449-b1114mf/product_2079385 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sentinel-by-philippe-sainte-laudy-12-x-19-canvas-art-psl0449-c1219gg/product_2081347 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sentinel-by-philippe-sainte-laudy-16-x-20-white-matted-black-frame-psl0449-b1620mf/product_2085466 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sentinel-by-philippe-sainte-laudy-16-x-24-canvas-art-psl0449-c1624gg/product_2077877 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/romanoff-products-small-utility-caddy-9-1-4-orange/product_273965 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/romanoff-products-small-utility-caddy-green-2-bd/product_139103 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:48:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-september-impressions-18-x-24-canvas-art/product_313972 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-true-blue-flowers-3-5-x-6-5-academic-weekly-monthly-planner-paperboard-cover-multicolor/product_24590061 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-vintage-professional-17-x-12-academic-monthly-desk-pad-calendar-ay25-8504/product_24590075 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-vintage-professional-22-x-17-academic-monthly-desk-pad-calendar-ay25-8204/product_24590079 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flex-seal-general-purpose-repair-tape-4-x-1-67-yds-black-tfsblkr0405/product_24420583 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-walnut-wood-6-5-x-8-academic-monthly-planner-paperboard-cover-brown-ay25-4216/product_24590068 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:48:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-tf-publishing-white-lotus-series-byzantine-tile-8-5-x-11-academic-weekly-monthly-planner-paperboard-cover/product_24590095 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-serene-sunset-vermont-by-david-ayash-10-x-24-canvas-art-ma0641-c1024gg/product_2080930 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/romanoff-small-plastic-utility-caddy-9-25-h-x-9-25-w-purple-rom25906/product_272946 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/romanoff-stowaway-letter-box-13-5-h-x-10-75-w-plastic-bin-with-lid-blue-rom16004/product_138759 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/romanoff-stowaway-plastic-5-letter-box-with-lid-green-pack-of-2-rom16005-2/product_24504447 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:48:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:48:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flexispot-48-w-adjustable-glass-top-standing-desk-black-eg8b-e/product_24465952 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-the-happy-planner-desert-thistle-7-x-9-25-academic-weekly-monthly-planner-plastic-cover-multicolor/product_24582969 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-the-happy-planner-desert-thistle-8-5-x-11-academic-weekly-monthly-planner-plastic-cover-multicolor/product_24582956 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:48:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:48:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sergio-cruze-the-son-14-x-19-canvas-stretched-art-print-190836011247/product_2575633 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roommates-animal-alphabet-peel-and-stick-wall-decal-10-x-18/product_135465 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flexispot-bs1b-adjustable-height-stool-for-soundproof-pods/product_24598429 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:48:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:48:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flexispot-e7-55-w-adjustable-standing-desk-black-e7br5528b/product_24539035 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:48:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sergio-cruze-the-virgin-ii-14-x-19-canvas-stretched-art-print-190836012046/product_2575629 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:48:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-blue-bell-floral-7-5-x-9-5-academic-monthly-planner-paper-cover-yellow-blue-47620/product_24593541 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:48:59 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:59 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:59 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:59 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:59 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:59 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:59 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:59 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:59 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:59 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:59 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:59 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:59 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:48:59 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:00 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:00 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:00 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:00 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:00 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:00 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:00 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:00 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:00 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:00 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:00 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:00 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:00 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:01 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:01 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:01 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:01 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:01 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:01 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:01 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:01 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:01 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:01 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:01 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:01 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:01 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:01 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:02 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:02 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:02 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:02 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:02 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:02 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:02 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:02 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:02 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:02 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:02 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:02 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:02 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:02 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:03 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:03 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:03 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:03 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:03 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:03 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:03 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:03 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:03 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:03 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:03 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:03 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:03 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:03 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:03 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:04 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:04 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:04 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:04 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:04 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:04 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:04 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:04 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:04 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:04 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:04 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:04 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:04 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:04 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:04 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:04 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:05 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:05 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:05 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:05 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:05 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:05 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:05 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:05 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:05 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:05 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:05 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:05 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:05 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:05 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:05 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:05 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:06 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:06 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:06 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:06 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:06 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:07 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:07 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:07 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:07 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:07 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:07 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:07 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:07 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:07 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:07 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:07 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:07 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:07 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:49:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roommates-classic-avengers-contemporary-wall-decal-set-movies-tv-rmk4289scs/product_24565471 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roommates-classic-subway-sticktiles-peel-and-stick-backsplashes-traditional-decals-decorative-4-pack-til3459flt/product_24425291 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5695-c2432gg-the-aqua-vase-by-sheila-golden-24-x-32-frameless-art/product_1554154 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-celestial-22-x-17-academic-monthly-desk-pad-calendar-black-gold-47552/product_24593574 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roommates-clouds-peel-and-stick-wall-decal-10-x-18/product_135492 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:49:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flexispot-e7-pro-78-w-adjustable-standing-desk-bamboo-black-e7bpro7830lbzb/product_24588910 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:49:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-cute-as-a-kitten-3-5-x-6-5-monthly-planner-multicolor-38475/product_24561023 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:49:09 [scrapy.extensions.logstats] (PID: 171) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2025-12-20 14:49:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5697-w1114mf-purple-blooms-in-sunlight-by-sheila-golden-14x11-frm-art-wht-mtd/product_1551937 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:49:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roommates-dry-erase-calendar-peel-and-stick-wall-decal-18-x-10/product_135508 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-fresh-floral-3-5-x-6-5-academic-weekly-monthly-planner-paper-cover-multicolor-47699/product_24593549 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flexispot-ew8-48-w-electric-adjustable-standing-desk/product_SS237146249 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-good-vibes-6-5-x-8-5-academic-weekly-monthly-planner-softcover-multicolor-46241/product_24580120 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:49:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:49:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roommates-finding-nemo-peel-and-stick-giant-wall-decal/product_135750 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-honeybee-6-5-x-8-5-academic-weekly-monthly-planner-paper-cover-multicolor-47446/product_24593576 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5699-b1620mf-vase-with-yellow-flowers-by-sheila-golden-20x16-frm-art-wht-mtd/product_1553458 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-1-ply-corrugated-dry-erase-board-header-white-24-carton-30142-24/product_24575860 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-lots-of-lemons-3-5-x-6-5-monthly-planner-yellow-green-38529/product_24561061 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-12-1-2-x-26-cork-panel-2-bundle-flp37012/product_1074927 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:49:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roommates-glitter-snowflakes-peel-and-stick-wall-decal-18-h-x-10-w/product_136143 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-mushrooms-3-5-x-6-5-monthly-planner-multicolor-39328/product_24561060 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:49:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5701-c1419gg-enchanted-by-sheila-golden-19-x-14-frameless-art/product_1552507 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-12-x-48-corrugated-study-carrels-black-pack-of-24-flp18222/product_24382592 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5701-c1824gg-enchanted-by-sheila-golden-24-x-18-frameless-art/product_1550960 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:49:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:49:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:49:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:49:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roommates-happy-holidays-contemporary-wall-decal-set-holiday-rmk5180scs/product_24565480 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:49:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:49:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roommates-jessie-peel-and-stick-giant-wall-decal-18-x-40-9-x-40/product_135905 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:49:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5702-c3547gg-mystic-garden-by-sheila-golden-35-x-47-frameless-art/product_1552037 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-44-qt-storage-tote-translucent-white-2-pack-40101/product_24575847 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:49:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-rainbow-gradient-17-x-12-academic-monthly-desk-pad-calendar-47538/product_24593562 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-retro-rainbow-6-5-x-8-5-academic-weekly-monthly-planner-paper-cover-multicolor-47767/product_24593575 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:49:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-7-x-8-5-sketch-book-14-sheets-24-pack-bk624/product_24473907 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-succulents-6-5-x-8-5-academic-weekly-monthly-planner-paper-cover-multicolor-47477/product_24593567 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:49:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-succulents-7-5-x-9-5-academic-monthly-planner-paper-cover-multicolor-47644/product_24593561 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-8-5-x-11-sketch-book-14-sheets-24-pack-bk824/product_24473847 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5706-c1419gg-geraniums-against-yellow-by-sheila-golden-19-x-14-frmls-art/product_1552440 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roommates-mickey-and-friends-peel-and-stick-wall-decal-10-x-18/product_135793 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:49:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:49:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5707-b1111bmf-a-poppy-moment-by-sheila-golden-11-x-11-framed-art-blk-mtd/product_1552241 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:49:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5707-b1616bmf-a-poppy-moment-by-sheila-golden-16-x-16-framed-art-blk-mtd/product_1551487 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roommates-mod-tree-giant-peel-and-stick-giant-wall-decal-37-3-4-x-68-1-4/product_465719 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-certificate-of-perfect-attendance-8-5-x-11-multicolor-30-pack-5-packs-carton-va613-5/product_24575908 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-chalk-board-18-x-24-black-pack-of-3-flp10204-3/product_24509374 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-chalk-board-24-x-36-green/product_932684 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5707-c2424gg-a-poppy-moment-by-sheila-golden-24-x-24-frameless-art/product_1553416 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:49:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roommates-classic-avengers-contemporary-wall-decal-set-movies-tv-rmk4289scs/product_24565471 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roommates-classic-subway-sticktiles-peel-and-stick-backsplashes-traditional-decals-decorative-4-pack-til3459flt/product_24425291 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5695-c2432gg-the-aqua-vase-by-sheila-golden-24-x-32-frameless-art/product_1554154 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-celestial-22-x-17-academic-monthly-desk-pad-calendar-black-gold-47552/product_24593574 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roommates-clouds-peel-and-stick-wall-decal-10-x-18/product_135492 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:49:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flexispot-e7-pro-78-w-adjustable-standing-desk-bamboo-black-e7bpro7830lbzb/product_24588910 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-cute-as-a-kitten-3-5-x-6-5-monthly-planner-multicolor-38475/product_24561023 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:49:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:49:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5697-w1114mf-purple-blooms-in-sunlight-by-sheila-golden-14x11-frm-art-wht-mtd/product_1551937 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:49:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roommates-dry-erase-calendar-peel-and-stick-wall-decal-18-x-10/product_135508 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-fresh-floral-3-5-x-6-5-academic-weekly-monthly-planner-paper-cover-multicolor-47699/product_24593549 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flexispot-ew8-48-w-electric-adjustable-standing-desk/product_SS237146249 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:49:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-good-vibes-6-5-x-8-5-academic-weekly-monthly-planner-softcover-multicolor-46241/product_24580120 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:49:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roommates-finding-nemo-peel-and-stick-giant-wall-decal/product_135750 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-honeybee-6-5-x-8-5-academic-weekly-monthly-planner-paper-cover-multicolor-47446/product_24593576 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5699-b1620mf-vase-with-yellow-flowers-by-sheila-golden-20x16-frm-art-wht-mtd/product_1553458 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-1-ply-corrugated-dry-erase-board-header-white-24-carton-30142-24/product_24575860 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-lots-of-lemons-3-5-x-6-5-monthly-planner-yellow-green-38529/product_24561061 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-12-1-2-x-26-cork-panel-2-bundle-flp37012/product_1074927 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:49:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roommates-glitter-snowflakes-peel-and-stick-wall-decal-18-h-x-10-w/product_136143 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-mushrooms-3-5-x-6-5-monthly-planner-multicolor-39328/product_24561060 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:49:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5701-c1419gg-enchanted-by-sheila-golden-19-x-14-frameless-art/product_1552507 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-12-x-48-corrugated-study-carrels-black-pack-of-24-flp18222/product_24382592 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5701-c1824gg-enchanted-by-sheila-golden-24-x-18-frameless-art/product_1550960 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:49:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:49:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:49:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:49:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roommates-happy-holidays-contemporary-wall-decal-set-holiday-rmk5180scs/product_24565480 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:49:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:49:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roommates-jessie-peel-and-stick-giant-wall-decal-18-x-40-9-x-40/product_135905 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:49:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-44-qt-storage-tote-translucent-white-2-pack-40101/product_24575847 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5702-c3547gg-mystic-garden-by-sheila-golden-35-x-47-frameless-art/product_1552037 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:49:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-rainbow-gradient-17-x-12-academic-monthly-desk-pad-calendar-47538/product_24593562 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-retro-rainbow-6-5-x-8-5-academic-weekly-monthly-planner-paper-cover-multicolor-47767/product_24593575 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:49:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-7-x-8-5-sketch-book-14-sheets-24-pack-bk624/product_24473907 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-succulents-7-5-x-9-5-academic-monthly-planner-paper-cover-multicolor-47644/product_24593561 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:49:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-2025-willow-creek-succulents-6-5-x-8-5-academic-weekly-monthly-planner-paper-cover-multicolor-47477/product_24593567 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-8-5-x-11-sketch-book-14-sheets-24-pack-bk824/product_24473847 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5706-c1419gg-geraniums-against-yellow-by-sheila-golden-19-x-14-frmls-art/product_1552440 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roommates-mickey-and-friends-peel-and-stick-wall-decal-10-x-18/product_135793 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:49:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:49:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5707-b1111bmf-a-poppy-moment-by-sheila-golden-11-x-11-framed-art-blk-mtd/product_1552241 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:49:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5707-b1616bmf-a-poppy-moment-by-sheila-golden-16-x-16-framed-art-blk-mtd/product_1551487 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roommates-mod-tree-giant-peel-and-stick-giant-wall-decal-37-3-4-x-68-1-4/product_465719 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-certificate-of-perfect-attendance-8-5-x-11-multicolor-30-pack-5-packs-carton-va613-5/product_24575908 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-chalk-board-18-x-24-black-pack-of-3-flp10204-3/product_24509374 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-chalk-board-24-x-36-green/product_932684 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5707-c2424gg-a-poppy-moment-by-sheila-golden-24-x-24-frameless-art/product_1553416 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:25 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:25 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:25 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:25 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:25 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:25 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:25 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:25 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:25 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:25 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:25 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:25 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:25 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:25 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:25 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:25 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:26 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:26 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:26 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:26 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:26 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:26 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:26 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:26 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:26 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:26 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:26 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:26 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:27 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:27 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:27 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:27 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:27 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:27 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:27 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:27 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:27 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:27 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:27 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:28 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:28 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:28 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:28 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:28 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:28 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:28 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:28 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:28 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:28 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:28 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:28 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:28 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:28 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:28 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:29 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:29 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:29 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:29 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:29 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:29 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:29 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:29 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:29 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:29 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:29 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:29 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:29 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:29 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:29 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:29 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:30 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:30 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:30 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:30 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:30 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:30 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:30 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:30 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:30 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:30 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:30 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:30 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:30 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:30 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:30 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:30 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:31 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:31 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:31 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:31 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:31 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:31 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:31 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:31 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:31 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:31 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:31 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:31 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:31 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:32 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:32 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:32 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:32 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:32 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:32 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:32 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:32 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:32 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:32 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:32 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:32 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:32 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:33 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:33 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:33 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:33 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:33 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:33 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:33 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:33 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:33 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:33 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:33 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:33 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:33 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:33 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:33 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:33 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5708-b1111mf-mixed-blue-bouquet-by-sheila-golden-11-x-11-frm-art-wht-mtd/product_1552243 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-child-s-deluxe-double-dry-wet-erase-easel-44-wood-white-green-red-assorted-materials-17237/product_24473816 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roommates-peel-and-stick-giant-wall-contemporary-decals-botanical-15-pack-rmk3893gm/product_24425324 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-child-s-double-dry-wet-erase-easel-44-white-green-red-wood-assorted-materials-17307/product_24473783 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roommates-peel-and-stick-giant-wall-contemporary-decals-botanical-2-pack-rmk3858gm/product_24425303 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-11-x-8-5-weekly-planner-refill-white-brown-491-285-24/product_24548793 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:49:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-12-x-17-monthly-wall-calendar-pm2-28-24/product_24549148 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-cork-bulletin-board-36-x-48-10099/product_24575873 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-cork-panel-2-x-1-5-carton-37012/product_24575932 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5709-b1114mf-sweet-memory-by-sheila-golden-14-x-11-framed-art-white-matted/product_1551930 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-12-x-27-three-month-wall-calendar-pm11-28-24/product_24549154 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-cork-panel-frameless-2-x-3-flp37024/product_1610188 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-15-5-x-22-75-monthly-wall-calendar-pm3-28-24/product_24548789 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:49:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:49:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roommates-peel-and-stick-wall-contemporary-decals-botanical-9-pack-rmk3655scs/product_24425284 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:49:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:49:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-corrugated-plastic-letter-tray-blue-4-pack-40362/product_24575843 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-corrugated-presentation-board-3-x-4-blue-24-pack-30065-24/product_24473896 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5710-c1824gg-bouquet-for-bonnard-by-sheila-golden-24-x-18-frameless-art/product_1550961 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-corrugated-presentation-board-3-x-4-white-24-pack-30046-24/product_24473930 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:49:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:49:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-22-75-x-15-5-three-month-wall-calendar-pm6-28-24/product_24549158 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-corrugated-project-board-15-x-20-white-48-carton-30012-48/product_24575870 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5711-b1111mf-floral-expressions-by-sheila-golden-11-x-11-frm-art-wht-mtd/product_1552246 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:49:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5711-c3535gg-floral-expressions-by-sheila-golden-35-x-35-frameless-art/product_1554104 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5711-w1111mf-floral-expressions-by-sheila-golden-11-x-11-frm-art-wht-mtd/product_1552245 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-corrugated-project-board-3-x-4-white-10-carton-30046-10/product_24575867 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-24-x-36-yearly-wall-calendar-pm12-28-24/product_24549102 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roommates-scroll-branch-foil-leaves-peel-and-stick-wall-decal-10-x-18-4-1-2-x-10/product_136105 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5712-b1111mf-early-june-bouquet-by-sheila-golden-11-x-11-frm-art-wht-mtd/product_1552248 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:49:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-3-5-x-6-monthly-planner-black-70-024-05-24/product_24548806 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-corrugated-spiral-bound-flip-chart-stand-24-x-33-blue-4-carton-30500-4/product_24575877 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:49:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:49:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:49:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-corrugated-study-carrel-18-x-48-white-24-carton-61848-24/product_24575897 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roommates-skull-wall-decal-set-holiday-rmk5086gm/product_24565487 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-deluxe-dry-erase-spiral-bound-flip-chart-stand-whiteboard-24-x-24-30504/product_2415163 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:49:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5712-w1616mf-early-june-bouquet-by-sheila-golden-16-x-16-frm-art-wht-mtd/product_1551638 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-32-x-48-yearly-wet-erase-wall-calendar-reversible-green-pm310-28-24/product_24549138 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roommates-spider-man-children-s-wall-decal-set-cartoons-rmk3922scs/product_24565505 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-drawing-book-8-5-x-11-white-24-pack-bk724/product_24473868 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-36-x-24-yearly-wet-erase-wall-calendar-reversible-blue-pm200-28-24/product_24549098 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-dry-erase-blackboard-aluminum-frame-2-x-1-5-17921/product_24575886 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-36-x-24-yearly-wet-erase-wall-calendar-reversible-red-blue-pm26-28-24/product_24549156 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roommates-star-wars-millennium-falcon-contemporary-wall-mural-movies-tv-rmk11458m/product_24565474 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5713-c2432gg-amid-sunflowers-by-sheila-golden-24-x-32-frameless-art/product_1552487 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:49:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roommates-star-wars-darth-vader-peel-and-stick-giant-wall-decal-27-x-40/product_135867 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-48-x-32-yearly-wet-erase-wall-calendar-reversible-red-blue-a152-24/product_24549139 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roommates-star-wars-r2-d2-peel-and-stick-giant-wall-decal-18-x-40-9-x-40/product_135865 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:49:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:49:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shabby-chick-bw-by-patty-tuggl-canvas-ready-to-hang-16x24-inches/product_254321 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:49:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-6-25-x-3-25-weekly-appointment-book-refill-white-70-904-10-24/product_24559842 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shabby-chick-door-by-patty-tuggle-gallery-wrapped-canvas-art-12x18-inches/product_254319 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5708-b1111mf-mixed-blue-bouquet-by-sheila-golden-11-x-11-frm-art-wht-mtd/product_1552243 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-child-s-deluxe-double-dry-wet-erase-easel-44-wood-white-green-red-assorted-materials-17237/product_24473816 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roommates-peel-and-stick-giant-wall-contemporary-decals-botanical-15-pack-rmk3893gm/product_24425324 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-child-s-double-dry-wet-erase-easel-44-white-green-red-wood-assorted-materials-17307/product_24473783 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-11-x-8-5-weekly-planner-refill-white-brown-491-285-24/product_24548793 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:49:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roommates-peel-and-stick-giant-wall-contemporary-decals-botanical-2-pack-rmk3858gm/product_24425303 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-12-x-17-monthly-wall-calendar-pm2-28-24/product_24549148 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-cork-bulletin-board-36-x-48-10099/product_24575873 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-cork-panel-2-x-1-5-carton-37012/product_24575932 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5709-b1114mf-sweet-memory-by-sheila-golden-14-x-11-framed-art-white-matted/product_1551930 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-12-x-27-three-month-wall-calendar-pm11-28-24/product_24549154 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-cork-panel-frameless-2-x-3-flp37024/product_1610188 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:49:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-15-5-x-22-75-monthly-wall-calendar-pm3-28-24/product_24548789 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:49:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roommates-peel-and-stick-wall-contemporary-decals-botanical-9-pack-rmk3655scs/product_24425284 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:49:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:49:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-corrugated-plastic-letter-tray-blue-4-pack-40362/product_24575843 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-corrugated-presentation-board-3-x-4-blue-24-pack-30065-24/product_24473896 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5710-c1824gg-bouquet-for-bonnard-by-sheila-golden-24-x-18-frameless-art/product_1550961 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-corrugated-presentation-board-3-x-4-white-24-pack-30046-24/product_24473930 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:49:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:49:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-22-75-x-15-5-three-month-wall-calendar-pm6-28-24/product_24549158 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-corrugated-project-board-15-x-20-white-48-carton-30012-48/product_24575870 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5711-b1111mf-floral-expressions-by-sheila-golden-11-x-11-frm-art-wht-mtd/product_1552246 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:49:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5711-w1111mf-floral-expressions-by-sheila-golden-11-x-11-frm-art-wht-mtd/product_1552245 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5711-c3535gg-floral-expressions-by-sheila-golden-35-x-35-frameless-art/product_1554104 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-corrugated-project-board-3-x-4-white-10-carton-30046-10/product_24575867 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-24-x-36-yearly-wall-calendar-pm12-28-24/product_24549102 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roommates-scroll-branch-foil-leaves-peel-and-stick-wall-decal-10-x-18-4-1-2-x-10/product_136105 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5712-b1111mf-early-june-bouquet-by-sheila-golden-11-x-11-frm-art-wht-mtd/product_1552248 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:49:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-3-5-x-6-monthly-planner-black-70-024-05-24/product_24548806 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-corrugated-spiral-bound-flip-chart-stand-24-x-33-blue-4-carton-30500-4/product_24575877 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:49:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:49:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:49:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-corrugated-study-carrel-18-x-48-white-24-carton-61848-24/product_24575897 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roommates-skull-wall-decal-set-holiday-rmk5086gm/product_24565487 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-deluxe-dry-erase-spiral-bound-flip-chart-stand-whiteboard-24-x-24-30504/product_2415163 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5712-w1616mf-early-june-bouquet-by-sheila-golden-16-x-16-frm-art-wht-mtd/product_1551638 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:49:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-32-x-48-yearly-wet-erase-wall-calendar-reversible-green-pm310-28-24/product_24549138 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roommates-spider-man-children-s-wall-decal-set-cartoons-rmk3922scs/product_24565505 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-drawing-book-8-5-x-11-white-24-pack-bk724/product_24473868 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-dry-erase-blackboard-aluminum-frame-2-x-1-5-17921/product_24575886 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-36-x-24-yearly-wet-erase-wall-calendar-reversible-blue-pm200-28-24/product_24549098 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-36-x-24-yearly-wet-erase-wall-calendar-reversible-red-blue-pm26-28-24/product_24549156 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sg5713-c2432gg-amid-sunflowers-by-sheila-golden-24-x-32-frameless-art/product_1552487 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roommates-star-wars-millennium-falcon-contemporary-wall-mural-movies-tv-rmk11458m/product_24565474 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roommates-star-wars-darth-vader-peel-and-stick-giant-wall-decal-27-x-40/product_135867 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:49:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-48-x-32-yearly-wet-erase-wall-calendar-reversible-red-blue-a152-24/product_24549139 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roommates-star-wars-r2-d2-peel-and-stick-giant-wall-decal-18-x-40-9-x-40/product_135865 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:49:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:49:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shabby-chick-bw-by-patty-tuggl-canvas-ready-to-hang-16x24-inches/product_254321 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:49:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-6-25-x-3-25-weekly-appointment-book-refill-white-70-904-10-24/product_24559842 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shabby-chick-door-by-patty-tuggle-gallery-wrapped-canvas-art-12x18-inches/product_254319 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:49:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:52 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:52 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:52 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:52 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:52 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:52 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:52 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:52 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:52 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:52 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:52 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:52 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:52 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:52 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:53 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:53 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:53 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:53 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:53 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:53 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:53 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:53 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:53 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:53 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:53 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:53 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:53 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:53 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:53 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:53 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:54 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:54 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:54 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:54 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:54 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:54 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:54 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:54 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:54 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:54 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:54 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:54 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:54 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:54 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:54 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:54 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:55 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:55 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:55 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:55 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:55 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:55 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:55 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:55 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:55 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:55 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:55 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:55 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:55 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:55 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:55 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:55 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:56 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:56 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:56 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:56 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:56 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:56 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:56 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:56 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:56 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:56 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:56 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:56 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:56 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:56 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:56 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:56 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:57 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:57 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:57 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:57 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:57 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:57 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:57 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:57 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:57 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:57 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:57 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:57 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:58 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:58 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:58 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:58 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:58 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:58 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:58 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:58 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:58 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:58 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:58 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:58 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:58 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:58 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:59 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:59 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:59 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:59 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:59 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:59 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:59 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:59 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:59 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:59 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:59 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:59 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:59 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:49:59 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:00 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roommates-the-princess-and-the-frog-chair-rail-prepasted-wall-mural-6-ft-h-x-10-1-2-ft-w/product_135957 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-6-75-x-3-75-daily-monthly-planner-refill-white-gray-471-225-24/product_24548831 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:00 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roommates-vintage-planes-peel-and-stick-wall-decal-10-x-18/product_135614 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-dry-erase-sticky-note-4-x-4-dozen-91144/product_24575859 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roommates-woody-peel-and-stick-giant-wall-decal-18-x-40-9-x-40/product_135906 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shadow-and-light-16-x-20-wood-frame-art/product_315089 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-dry-erase-sticky-notes-3-x-3-12-pack-94433/product_24575863 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shadow-and-light-22-x-32-canvas-art/product_315086 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shady-lane-greece-18-x-24-canvas-art/product_314180 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-dry-erase-whiteboard-12-x-18-12-pack-10012-12/product_24473817 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-dry-erase-whiteboard-4-x-3-13648/product_24575868 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roselle-poster-board-14-x-22-white/product_846923 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-she-only-comes-out-at-night-by-kurt-shaffer-16-x-24-canvas-art-ks01087-c1624gg/product_2081055 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-8-x-10-monthly-planner-black-70-130-05-24/product_24549176 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-e-flute-corrugated-sheet-40-x-32-brown-25-carton-32404-25/product_24575875 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-8-x-4-5-daily-desk-calendar-refill-white-black-e210-50-24/product_24549147 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/royal-520dx-cash-register-black/product_24472689 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/royal-and-langnickel-big-kid-s-choice-angular-brush-1-8-in-1-4-in-3-8-in-1-2-in-and-5-8-in-set-of-5-bk605/product_2135377 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-foam-board-2-5-x-2-black-10-carton-20308-10/product_24575874 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-foam-board-20-x-30-yellow-10-pack-20365-10/product_24576848 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheet-music-map-of-south-carolina-by-michael-tompsett-16-x-20-black-frame-mt0526-b1620bmf/product_2083513 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/royal-and-langnickel-mini-engraving-art-kits-sea-horses-silver-pack-of-6-6pk-silmin-101/product_2129654 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-foam-board-30-x-20-white-25-carton-20300-25/product_24575934 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheet-music-map-of-switzerland-by-michael-tompsett-11-x-14-white-matted-black-frame-mt0535-b1114mf/product_2082745 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheet-music-map-of-switzerland-by-michael-tompsett-11-x-14-black-matted-black-frame-mt0535-b1114bmf/product_2082746 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/royal-and-langnickel-series-4200-mini-majestic-brushes-1-4-in-dagger-pack-of-6-pk6-r4200g-1-4/product_24198539 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheet-music-map-of-switzerland-by-michael-tompsett-16-x-20-white-matted-black-frame-mt0535-b1620mf/product_2083485 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/royal-and-langnickel-series-4200-mini-majestic-brushes-1-8-in-comb-pack-of-6-pk6-r4200c-1-8/product_24200765 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/royal-and-langnickel-series-4200-mini-majestic-brushes-1-8-in-dagger-pack-of-6-pk6-r4200g-1-8/product_24202273 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheet-music-map-of-switzerland-by-michael-tompsett-16-x-20-white-matted-wood-frame-mt0535-w1620mf/product_2083484 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-dayminder-5-x-8-daily-appointment-book-black-g100-00-24/product_24548774 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-dayminder-5-x-8-daily-planner-black-sk46-00-24/product_24549080 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-foam-project-board-36-x-48-assorted-colors-24-carton-30049/product_24576839 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-foam-project-board-36-x-48-green-24-carton-30088-24/product_24576844 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-foam-project-board-36-x-48-black-3-pack-ovs30087/product_24575894 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-foam-project-board-36-x-48-white-24-carton-30048-24/product_24575880 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-dayminder-8-x-11-weekly-appointment-book-black-g520-00-24/product_24548790 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/royal-and-langnickel-series-4200-mini-majestic-brushes-20-0-shader-pack-of-6-pk6-r4200s-20-0/product_24198831 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roommates-the-princess-and-the-frog-chair-rail-prepasted-wall-mural-6-ft-h-x-10-1-2-ft-w/product_135957 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-foldable-cardboard-freestanding-desktop-privacy-screen-w-pass-through-window-12-h-x-47-w-black-24-pack-61852/product_24575936 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-6-75-x-3-75-daily-monthly-planner-refill-white-gray-471-225-24/product_24548831 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:09 [scrapy.extensions.logstats] (PID: 171) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2025-12-20 14:50:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roommates-vintage-planes-peel-and-stick-wall-decal-10-x-18/product_135614 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-dry-erase-sticky-note-4-x-4-dozen-91144/product_24575859 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roommates-woody-peel-and-stick-giant-wall-decal-18-x-40-9-x-40/product_135906 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shadow-and-light-16-x-20-wood-frame-art/product_315089 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-dry-erase-sticky-notes-3-x-3-12-pack-94433/product_24575863 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shadow-and-light-22-x-32-canvas-art/product_315086 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shady-lane-greece-18-x-24-canvas-art/product_314180 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-dry-erase-whiteboard-12-x-18-12-pack-10012-12/product_24473817 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-dry-erase-whiteboard-4-x-3-13648/product_24575868 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roselle-poster-board-14-x-22-white/product_846923 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-she-only-comes-out-at-night-by-kurt-shaffer-16-x-24-canvas-art-ks01087-c1624gg/product_2081055 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-8-x-10-monthly-planner-black-70-130-05-24/product_24549176 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-e-flute-corrugated-sheet-40-x-32-brown-25-carton-32404-25/product_24575875 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-8-x-4-5-daily-desk-calendar-refill-white-black-e210-50-24/product_24549147 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/royal-520dx-cash-register-black/product_24472689 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/royal-and-langnickel-big-kid-s-choice-angular-brush-1-8-in-1-4-in-3-8-in-1-2-in-and-5-8-in-set-of-5-bk605/product_2135377 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-foam-board-2-5-x-2-black-10-carton-20308-10/product_24575874 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-foam-board-20-x-30-yellow-10-pack-20365-10/product_24576848 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheet-music-map-of-south-carolina-by-michael-tompsett-16-x-20-black-frame-mt0526-b1620bmf/product_2083513 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/royal-and-langnickel-mini-engraving-art-kits-sea-horses-silver-pack-of-6-6pk-silmin-101/product_2129654 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-foam-board-30-x-20-white-25-carton-20300-25/product_24575934 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheet-music-map-of-switzerland-by-michael-tompsett-11-x-14-white-matted-black-frame-mt0535-b1114mf/product_2082745 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheet-music-map-of-switzerland-by-michael-tompsett-11-x-14-black-matted-black-frame-mt0535-b1114bmf/product_2082746 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/royal-and-langnickel-series-4200-mini-majestic-brushes-1-4-in-dagger-pack-of-6-pk6-r4200g-1-4/product_24198539 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheet-music-map-of-switzerland-by-michael-tompsett-16-x-20-white-matted-black-frame-mt0535-b1620mf/product_2083485 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/royal-and-langnickel-series-4200-mini-majestic-brushes-1-8-in-comb-pack-of-6-pk6-r4200c-1-8/product_24200765 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/royal-and-langnickel-series-4200-mini-majestic-brushes-1-8-in-dagger-pack-of-6-pk6-r4200g-1-8/product_24202273 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheet-music-map-of-switzerland-by-michael-tompsett-16-x-20-white-matted-wood-frame-mt0535-w1620mf/product_2083484 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-dayminder-5-x-8-daily-appointment-book-black-g100-00-24/product_24548774 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-dayminder-5-x-8-daily-planner-black-sk46-00-24/product_24549080 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-foam-project-board-36-x-48-assorted-colors-24-carton-30049/product_24576839 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-foam-project-board-36-x-48-green-24-carton-30088-24/product_24576844 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-foam-project-board-36-x-48-black-3-pack-ovs30087/product_24575894 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-foam-project-board-36-x-48-white-24-carton-30048-24/product_24575880 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-dayminder-8-x-11-weekly-appointment-book-black-g520-00-24/product_24548790 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/royal-and-langnickel-series-4200-mini-majestic-brushes-20-0-shader-pack-of-6-pk6-r4200s-20-0/product_24198831 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-foldable-cardboard-freestanding-desktop-privacy-screen-w-pass-through-window-12-h-x-47-w-black-24-pack-61852/product_24575936 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:19 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:19 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:19 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:19 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:19 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:19 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:19 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:19 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:19 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:19 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:19 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:19 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:20 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:20 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:20 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:20 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:20 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:20 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:20 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:20 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:20 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:20 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:20 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:20 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:21 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:21 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:21 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:21 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:21 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:21 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:21 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:21 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:21 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:21 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:21 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:21 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:21 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:21 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:21 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:21 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:22 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:22 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:22 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:22 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:22 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:22 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:22 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:22 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:22 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:22 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:22 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:22 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:22 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:22 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:22 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:22 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:23 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:23 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:23 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:23 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:23 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:23 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:23 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:23 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:23 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:23 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:23 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:23 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:23 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:23 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:23 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:23 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:24 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:24 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:24 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:24 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:24 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:24 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:24 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:24 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:24 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:24 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:24 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:24 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:24 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:24 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:24 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:24 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:25 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:25 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:25 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:25 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:25 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:25 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:25 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:25 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:25 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:25 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:25 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:25 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:25 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:25 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:25 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:25 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-dayminder-executive-7-x-8-75-weekly-monthly-planner-black-g546-00-24/product_24548813 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:26 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-dayminder-premiere-8-x-11-75-monthly-planner-hardsided-cover-black-g470h-00-24/product_24548779 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:26 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-designer-cover-7-x-10-monthly-planner-black-70-432-05-24/product_24548749 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-cobalt-vase-gallery-wrapped-canvas-art-24x32-inches/product_255022 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-fiesta-ii-canvas-art-18x24-inches/product_254866 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/royal-consumer-firesafe-fb25-portable-case-with-combination-lock-0-43-cu-ft-89407p/product_24564143 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/royal-consumer-scriptor-electric-typewriter-white-royal-typewrite/product_2604742 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-garden-shadows-canvas-art-18x24-inches/product_254934 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-garden-sunflowrs-canvas-art-14x19-inches/product_254854 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-fine-diary-2-75-x-4-25-weekly-monthly-diary-hardsided-cover-black-brown-74-01-05-24/product_24548753 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/royal-langnickel-essentials-clearview-small-oil-non-washable-painting-kit-assorted-colors-21-pack-rset-art3101/product_2313677 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-lily-pod-canvas-art-22x32-inches/product_255008 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-kathy-davis-6-75-x-3-75-weekly-monthly-planner-refill-multicolor-kd71-285y-24/product_24548827 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-magenta-blossoms-in-blue-vase-11-x-11-matted-framed-190836239894/product_2573881 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-markers-with-erasers-fine-point-assorted-colors-12-carton-19273/product_24575942 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/royal-langnickel-keep-n-carry-non-washable-painting-kit-assorted-colors-13-pack-rset-kcwp/product_2313333 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/royal-langnickel-nylon-portfolio-case-black-rbind-1417us/product_2625362 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/royal-langnickel-scholastic-value-pack-assorted-brushes-25-pack-rart-19/product_2796117 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-natural-cork-tiles-12-x-12-4-per-pack-2-packs-flp10058-2/product_24496189 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/royal-langnickel-value-pack-assorted-brushes-15-pack-rart-15/product_2796119 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-pond-flowers-canvas-art-35x47-inches/product_254945 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-premium-47-study-carrel-blue-24-pack-19272-24/product_24473791 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/royal-langnickel-value-pack-short-handle-flat-brushes-assorted-sizes-3-pack-rset-9352/product_2313382 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-premium-47-study-carrel-white-12-pack-19972-12/product_24473831 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-purple-vase-canvas-art-18x24-inches/product_255123 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-quicknotes-22-x-17-monthly-desk-pad-calendar-sk700-00-24/product_24549071 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-presentation-board-and-header-sets-3-x-4-red-blue-green-yellow-24-pack-30273/product_24473935 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/royal-sovereign-coin-sorter-4-compartments-black-silver-fs-500/product_24516285 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-quicknotes-6-x-3-5-daily-desk-calendar-refill-multicolor-e517-50-24/product_24549157 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-red-poppy-light-canvas-art-26x32-inches/product_254877 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-simplicity-canvas-art-16x24-inches/product_255004 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-quicknotes-8-x-10-weekly-monthly-appointment-book-black-76-01-05-24/product_24548818 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-products-1-2-graph-w-work-space-melamine-dry-erase-whiteboard-11-x-16-pack-of-3-flp11162-3/product_24496221 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-springtime-floral-canvas-art-18x24-inches/product_254974 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/royce-leather-24-hour-women-s-travel-tote-bag-in-colombian-leather-634-cafe-vl/product_1960731 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-tree-yellow-flowers-canvas-art/product_254923 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/royce-leather-business-card-case-burgundy/product_425978 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-tropic-night-ii-canvas-art/product_254931 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/royce-leather-clip-wallet-coco/product_429718 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-seascapes-8-5-x-5-5-daily-monthly-planner-refill-pages-white-blue-381-125-24/product_24548754 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/royce-leather-deluxe-card-holder-black/product_425822 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/royce-leather-deluxe-card-holder-carnation-pink/product_425810 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-dayminder-executive-7-x-8-75-weekly-monthly-planner-black-g546-00-24/product_24548813 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-yellow-path-11-x-11-matted-framed-190836240432/product_2573866 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-dayminder-premiere-8-x-11-75-monthly-planner-hardsided-cover-black-g470h-00-24/product_24548779 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-designer-cover-7-x-10-monthly-planner-black-70-432-05-24/product_24548749 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-cobalt-vase-gallery-wrapped-canvas-art-24x32-inches/product_255022 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-fiesta-ii-canvas-art-18x24-inches/product_254866 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/royal-consumer-firesafe-fb25-portable-case-with-combination-lock-0-43-cu-ft-89407p/product_24564143 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-garden-shadows-canvas-art-18x24-inches/product_254934 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/royal-consumer-scriptor-electric-typewriter-white-royal-typewrite/product_2604742 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-garden-sunflowrs-canvas-art-14x19-inches/product_254854 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/royal-langnickel-essentials-clearview-small-oil-non-washable-painting-kit-assorted-colors-21-pack-rset-art3101/product_2313677 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-fine-diary-2-75-x-4-25-weekly-monthly-diary-hardsided-cover-black-brown-74-01-05-24/product_24548753 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-lily-pod-canvas-art-22x32-inches/product_255008 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-kathy-davis-6-75-x-3-75-weekly-monthly-planner-refill-multicolor-kd71-285y-24/product_24548827 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-magenta-blossoms-in-blue-vase-11-x-11-matted-framed-190836239894/product_2573881 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-markers-with-erasers-fine-point-assorted-colors-12-carton-19273/product_24575942 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/royal-langnickel-keep-n-carry-non-washable-painting-kit-assorted-colors-13-pack-rset-kcwp/product_2313333 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/royal-langnickel-nylon-portfolio-case-black-rbind-1417us/product_2625362 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/royal-langnickel-value-pack-assorted-brushes-15-pack-rart-15/product_2796119 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-natural-cork-tiles-12-x-12-4-per-pack-2-packs-flp10058-2/product_24496189 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/royal-langnickel-scholastic-value-pack-assorted-brushes-25-pack-rart-19/product_2796117 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-pond-flowers-canvas-art-35x47-inches/product_254945 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-premium-47-study-carrel-blue-24-pack-19272-24/product_24473791 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-premium-47-study-carrel-white-12-pack-19972-12/product_24473831 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/royal-langnickel-value-pack-short-handle-flat-brushes-assorted-sizes-3-pack-rset-9352/product_2313382 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-purple-vase-canvas-art-18x24-inches/product_255123 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-quicknotes-22-x-17-monthly-desk-pad-calendar-sk700-00-24/product_24549071 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-presentation-board-and-header-sets-3-x-4-red-blue-green-yellow-24-pack-30273/product_24473935 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/royal-sovereign-coin-sorter-4-compartments-black-silver-fs-500/product_24516285 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-red-poppy-light-canvas-art-26x32-inches/product_254877 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-quicknotes-6-x-3-5-daily-desk-calendar-refill-multicolor-e517-50-24/product_24549157 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-simplicity-canvas-art-16x24-inches/product_255004 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-quicknotes-8-x-10-weekly-monthly-appointment-book-black-76-01-05-24/product_24548818 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-products-1-2-graph-w-work-space-melamine-dry-erase-whiteboard-11-x-16-pack-of-3-flp11162-3/product_24496221 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-springtime-floral-canvas-art-18x24-inches/product_254974 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/royce-leather-24-hour-women-s-travel-tote-bag-in-colombian-leather-634-cafe-vl/product_1960731 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-tree-yellow-flowers-canvas-art/product_254923 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/royce-leather-business-card-case-burgundy/product_425978 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-tropic-night-ii-canvas-art/product_254931 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/royce-leather-clip-wallet-coco/product_429718 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-seascapes-8-5-x-5-5-daily-monthly-planner-refill-pages-white-blue-381-125-24/product_24548754 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/royce-leather-deluxe-card-holder-black/product_425822 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/royce-leather-deluxe-card-holder-carnation-pink/product_425810 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:43 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:43 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sheila-golden-yellow-path-11-x-11-matted-framed-190836240432/product_2573866 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:43 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:44 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:44 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:44 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:44 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:44 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:44 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:45 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:45 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:45 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:45 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:45 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:45 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:45 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:45 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:45 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:45 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:45 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:45 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:45 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:45 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:46 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:46 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:46 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:46 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:46 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:46 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:46 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:46 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:46 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:46 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:46 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:46 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:46 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:46 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:46 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:46 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:47 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:47 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:47 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:47 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:47 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:47 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:47 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:47 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:47 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:47 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:47 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:47 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:47 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:47 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:47 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:47 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:48 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:48 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:48 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:48 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:48 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:48 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:48 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:48 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:48 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:48 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:48 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:48 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:48 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:48 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:48 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:48 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:49 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:49 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:49 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:49 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:49 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:49 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:49 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:49 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:49 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:49 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:49 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:49 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:49 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:49 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:49 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:49 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:50 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:50 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:50 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:50 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:50 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:50 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:50 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:50 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:50 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:50 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:50 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:50 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:50 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:50 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:50 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:50 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:52 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:52 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:52 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-standard-diary-5-5-x-8-daily-reminder-hardsided-cover-red-gold-sd387-13-24/product_24549069 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:52 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:52 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:50:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-standard-diary-7-5-x-9-5-daily-diary-hardsided-cover-red-gold-sd374-13-24/product_24549052 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/royce-leather-foil-stamped-passport-jacket-burgundy/product_431717 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-bird-of-paradise-canvas-art-24x32-inches/product_254727 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/royce-leather-genuine-leather-pen-cup-organizer-letter-tray-blotter-and-business-card-holder-rl-office-4/product_2419757 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-bouquet-in-spring-canvas-art-18x24-inches/product_254760 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-science-fair-title-cards-white-black-13-pack-24-packs-carton-20060-24/product_24575892 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-the-action-planner-8-x-11-weekly-appointment-book-black-70-ep01-05-24/product_24549059 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/royce-leather-ladies-cosmetic-key-lime-green/product_431112 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/royce-leather-magnetic-money-clip-wallet-black/product_429727 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/royce-leather-mini-id-case-red/product_425882 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-11-x-8-75-monthly-wall-calendar-116052-24/product_24551087 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/royce-leather-rfid-blocking-bifold-passport-currency-travel-wallet-in-genuine-leather-purple-rfid-222-pur-5/product_1960653 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-flowers-abstract-canvas-art-24x24-inches/product_255065 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipz-white-fudge-covered-pretzels-twists-5-oz-bags-6-bags-box-058/product_905454 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-flowers-abstract-canvas-art-35x35-inches/product_255066 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/floating-acrylic-wall-frame-11-x-14-gold-standoff-hardware-105510-gld/product_24602052 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/royce-leather-women-s-colombian-leather-cross-body-handbag-675-cafe-vl/product_1960721 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/floating-acrylic-wall-frame-18-x-24-gold-clear-105524-gld/product_24602068 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/royce-leatherkey-ring-organizer-613-blk-6-usa/product_2419704 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/royce-pink-nappa-leather-rfid-blocking-bifold-passport-currency-travel-wallet-rfid-222-wb-5/product_1960652 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-22-x-17-monthly-desk-pad-calendar-blue-white-143725/product_24564295 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/royce-vaquetta-black-leather-bag-small-vlshbag-blks/product_24403265 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/floating-acrylic-wall-frame-9-x-12-gold-clear-105512-gld/product_24602051 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/floor-pad-highly-absorbent-18-size-microfiber-hook-and-loop-strips-blue/product_760253 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-palm-canvas-art-24x32-inches/product_255063 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roylco-african-masks-grade-k-4th-20-pack-2-packs-r-52010-2/product_24500234 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roylco-african-textile-paper-8-1-2-x-11-32-sheets-per-pack-3-packs-r-15273-3/product_24507004 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roylco-all-kinds-of-fabric-design-papers-5-5-x-8-5-200-sheets-per-pack-2-packs-r-15289-2/product_24507151 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-5-x-8-weekly-monthly-planner-plastic-cover-black-white-143973/product_24551871 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/floor-sign-dbl-side-caution-men-working-above-caution-men-working-below-20x12/product_554582 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-pink-garden-canvas-art-35x47-inches/product_254749 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-5-x-8-weekly-monthly-planner-plastic-cover-blue-143698/product_24564228 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/floor-sign-dbl-side-caution-this-equipment-has-been-locked-out-caution-do-not-enter-20x12/product_554610 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/floor-sign-dbl-side-caution-tripping-hazard-caution-watch-your-step-20x12/product_554584 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-5-x-8-weekly-monthly-planner-plastic-cover-gray-143955/product_24551867 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-red-echo-canvas-art-18x24-inches/product_255079 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-red-echo-canvas-art-35x47-inches-sg5639-c3547gg/product_255112 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-red-geraniums-canvas-art-30x47-inches/product_254780 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/floor-signs-dbl-side-caution-men-working-caution-slippery-when-wet-bilingual-20x12/product_554597 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-roses-canvas-art-24x32-inches/product_254815 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/floor-signs-dbl-side-do-not-enter-restroom-closed-for-cleaning-do-not-enter-work-in-progress-20x12/product_554599 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:50:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/floor-signs-walk-on-area-in-front-of-electrical-panel-must-be-kept-clear-for-36-inches-17-dia/product_549375 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-8-5-x-11-weekly-monthly-planner-blue-143699/product_24564292 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:50:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:51:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-starry-night-bouquet-canvas-art-35x47-inches-sg5641-c3547gg/product_255115 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:51:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/floor-signs-walk-on-warning-forklift-traffic-17-dia-ps-vinyl/product_549289 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-starry-night-bouquet-canvas-art-35x47-inches/product_255087 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-8-5-x-11-weekly-monthly-planner-plastic-cover-blue-peach-143963/product_24551835 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-the-appearance-of-spring-canvas-art-22x32-inches-sg5643-c2232gg/product_255118 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:51:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-the-appearance-of-spring-canvas-art-35x47-inches-sg5643-c3547gg/product_255119 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:51:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-standard-diary-5-5-x-8-daily-reminder-hardsided-cover-red-gold-sd387-13-24/product_24549069 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-8-5-x-11-weekly-monthly-planner-plastic-cover-green-143964/product_24551858 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-standard-diary-7-5-x-9-5-daily-diary-hardsided-cover-red-gold-sd374-13-24/product_24549052 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/royce-leather-foil-stamped-passport-jacket-burgundy/product_431717 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:51:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-bird-of-paradise-canvas-art-24x32-inches/product_254727 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/royce-leather-genuine-leather-pen-cup-organizer-letter-tray-blotter-and-business-card-holder-rl-office-4/product_2419757 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-bouquet-in-spring-canvas-art-18x24-inches/product_254760 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-at-a-glance-the-action-planner-8-x-11-weekly-appointment-book-black-70-ep01-05-24/product_24549059 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipside-science-fair-title-cards-white-black-13-pack-24-packs-carton-20060-24/product_24575892 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:51:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/royce-leather-magnetic-money-clip-wallet-black/product_429727 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/royce-leather-ladies-cosmetic-key-lime-green/product_431112 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:51:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/royce-leather-mini-id-case-red/product_425882 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:51:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:51:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-11-x-8-75-monthly-wall-calendar-116052-24/product_24551087 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/royce-leather-rfid-blocking-bifold-passport-currency-travel-wallet-in-genuine-leather-purple-rfid-222-pur-5/product_1960653 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-flowers-abstract-canvas-art-24x24-inches/product_255065 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:51:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flipz-white-fudge-covered-pretzels-twists-5-oz-bags-6-bags-box-058/product_905454 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-flowers-abstract-canvas-art-35x35-inches/product_255066 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/floating-acrylic-wall-frame-11-x-14-gold-standoff-hardware-105510-gld/product_24602052 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/royce-leather-women-s-colombian-leather-cross-body-handbag-675-cafe-vl/product_1960721 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/floating-acrylic-wall-frame-18-x-24-gold-clear-105524-gld/product_24602068 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:51:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/royce-pink-nappa-leather-rfid-blocking-bifold-passport-currency-travel-wallet-rfid-222-wb-5/product_1960652 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-22-x-17-monthly-desk-pad-calendar-blue-white-143725/product_24564295 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/royce-leatherkey-ring-organizer-613-blk-6-usa/product_2419704 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/royce-vaquetta-black-leather-bag-small-vlshbag-blks/product_24403265 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/floor-pad-highly-absorbent-18-size-microfiber-hook-and-loop-strips-blue/product_760253 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/floating-acrylic-wall-frame-9-x-12-gold-clear-105512-gld/product_24602051 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-palm-canvas-art-24x32-inches/product_255063 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roylco-african-masks-grade-k-4th-20-pack-2-packs-r-52010-2/product_24500234 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-5-x-8-weekly-monthly-planner-plastic-cover-black-white-143973/product_24551871 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roylco-african-textile-paper-8-1-2-x-11-32-sheets-per-pack-3-packs-r-15273-3/product_24507004 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:51:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roylco-all-kinds-of-fabric-design-papers-5-5-x-8-5-200-sheets-per-pack-2-packs-r-15289-2/product_24507151 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-pink-garden-canvas-art-35x47-inches/product_254749 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/floor-sign-dbl-side-caution-men-working-above-caution-men-working-below-20x12/product_554582 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-5-x-8-weekly-monthly-planner-plastic-cover-blue-143698/product_24564228 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/floor-sign-dbl-side-caution-this-equipment-has-been-locked-out-caution-do-not-enter-20x12/product_554610 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/floor-sign-dbl-side-caution-tripping-hazard-caution-watch-your-step-20x12/product_554584 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-red-echo-canvas-art-18x24-inches/product_255079 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-red-echo-canvas-art-35x47-inches-sg5639-c3547gg/product_255112 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-5-x-8-weekly-monthly-planner-plastic-cover-gray-143955/product_24551867 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-roses-canvas-art-24x32-inches/product_254815 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/floor-signs-dbl-side-caution-men-working-caution-slippery-when-wet-bilingual-20x12/product_554597 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-red-geraniums-canvas-art-30x47-inches/product_254780 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/floor-signs-dbl-side-do-not-enter-restroom-closed-for-cleaning-do-not-enter-work-in-progress-20x12/product_554599 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:51:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/floor-signs-walk-on-area-in-front-of-electrical-panel-must-be-kept-clear-for-36-inches-17-dia/product_549375 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-8-5-x-11-weekly-monthly-planner-blue-143699/product_24564292 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:51:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-starry-night-bouquet-canvas-art-35x47-inches-sg5641-c3547gg/product_255115 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:51:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/floor-signs-walk-on-warning-forklift-traffic-17-dia-ps-vinyl/product_549289 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:09 [scrapy.extensions.logstats] (PID: 171) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2025-12-20 14:51:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-starry-night-bouquet-canvas-art-35x47-inches/product_255087 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-8-5-x-11-weekly-monthly-planner-plastic-cover-blue-peach-143963/product_24551835 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-the-appearance-of-spring-canvas-art-22x32-inches-sg5643-c2232gg/product_255118 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-the-appearance-of-spring-canvas-art-35x47-inches-sg5643-c3547gg/product_255119 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:51:09 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:09 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-8-5-x-11-weekly-monthly-planner-plastic-cover-green-143964/product_24551858 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:12 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:12 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:12 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:12 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:12 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:12 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:12 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:12 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:12 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:12 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:12 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:12 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:12 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:12 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:12 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:12 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:13 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:13 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:13 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:13 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:13 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:13 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:13 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:13 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:13 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:13 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:13 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:13 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:13 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:13 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:13 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:13 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:14 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:14 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:14 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:14 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:14 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:14 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:14 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:14 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:14 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:14 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:14 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:14 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:14 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:14 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:14 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:14 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:15 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:15 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:15 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:15 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:15 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:15 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:15 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:15 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:15 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:15 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:15 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:15 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:15 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:15 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:15 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:16 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:16 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:16 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:16 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:16 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:16 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:16 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:16 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:16 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:16 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:16 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:16 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roylco-colored-rice-assorted-colors-1-lb-per-pack-3-packs-r-2114-3/product_24518804 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/floortex-afs-tex-sit-to-stand-38-x-62-rectangular-chair-mat-for-carpets-with-anti-fatigue-mat-polycarbonate-fca11s/product_24271911 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:51:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:51:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roylco-craft-accessories-really-big-buttons-1-lb/product_849112 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:51:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/floortex-afs-tex-system-2000-anti-fatigue-mat-20-w-x-32-l-midnight-black-fca22032bk/product_2710692 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-white-poppies-canvas-art-35x35-inches/product_254819 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-8-5-x-11-weekly-monthly-planner-plastic-cover-purple-144062/product_24551837 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/floortex-afs-tex-system-3000-anti-fatigue-mat-20-w-x-39-l-midnight-black-fca32039bm/product_2710689 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roylco-creatures-and-animals-craft-paper-8-5-x-11-assorted-designs-96-sheets-r-15198/product_849041 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/floortex-afs-tex-system-5000-anti-fatigue-mat-26-w-x-36-l-midnight-black-fca52535bk/product_2710688 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roylco-decorative-hues-paper-5-5-x-8-5-multicolor-192-sheets-per-pack-2-packs-r-15203-2/product_24496161 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roylco-dream-catcher-ages-4-14-12-pack-r-42280/product_24063337 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:51:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:51:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shh-prince-sleeping-by-grace-riley-canvas-art-24x24-inches/product_248270 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-ashlyn-5-x-8-weekly-monthly-planner-navy-143958/product_24551847 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roylco-flowers-rubbing-plates-multicolored-16-per-pack-2-packs-r-5804-2/product_24511053 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ships-riding-on-the-seine-35-x-47-canvas-art/product_503430 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roylco-gear-stencils-assorted-15-pack-3-packs-r-58624-3/product_24516652 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/floortex-cleartex-ultimat-carpet-chair-mat-with-lip-48-x-53-medium-pile-clear-1113427lr/product_100722 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shore-lark-11-x-14-wood-frame-art/product_495345 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shore-lark-16-x-20-black-frame-art/product_493115 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roylco-large-eyeball-stickers-150-per-pack-6-packs-r-3338-6/product_24511155 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:51:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shore-lark-16-x-20-wood-frame-art/product_502694 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:51:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:51:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-bespoke-3-63-x-6-13-weekly-monthly-planner-multicolor-147223/product_24564280 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roylco-manuscript-letter-beads-lowercase-288-per-pack-2-packs-r-2186-2/product_24568879 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/floortex-cleartex-ultimat-hard-floor-chair-mat-60-x-60-clear-1215015019er/product_459572 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-siena-door-by-moises-levy-11-x-14-white-matted-wood-frame-ali1100-w1114mf/product_2077491 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/floortex-cleartex-ultimat-hard-floor-chair-mat-60-x-79-clear-1215020019er/product_459567 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-siena-door-by-moises-levy-16-x-20-white-matted-wood-frame-ali1100-w1620mf/product_2086599 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/floortex-cleartex-unomat-hard-floor-chair-mat-with-lip-35-x-47-low-pile-clear-128920lra/product_922529 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-siena-door-by-moises-levy-24-x-32-canvas-art-ali1100-c2432gg/product_2078602 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:51:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roylco-paper-popz-shapes-2-5-inch-assorted-colors-1500-pieces-r-15648/product_1928718 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:51:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/floortex-colortex-ultimat-hard-floor-chair-mat-36-x-48-multi-colored-229220ecal/product_100718 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sierra-nevada-silence-35-x-47-canvas-art/product_314109 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sigmund-von-kuchodolski-scandinavia-russia-cruises-art-30x47-inches/product_245133 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-11-x-8-75-monthly-wall-calendar-144838/product_24564301 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/floortex-desktex-anti-slip-plastic-desk-pad-19-x-22-clear-fpde1924ra2/product_24073803 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roylco-really-big-buttons-8-shapes-60-pack-3-packs-r-2145-3/product_24500236 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roylco-retro-pop-paper-8-5-x-11-32-sheets-per-pack-3-packs-r-15303-3/product_24507044 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:51:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:51:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-silvester-shchedrin-new-rome-with-the-castel-canvas-art-35x47-inches/product_245918 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:51:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:51:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-coming-up-roses-blush-8-5-x-11-weekly-monthly-planner-multicolor-140092-24/product_24551096 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:51:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roylco-skintone-design-papers-48-sheets-per-pack-3-packs-r-15233-3/product_24507046 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roylco-stained-glass-paper-8-1-2-x-11-24-sheets-per-pack-3-packs-r-15257-3/product_24507149 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:51:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roylco-stand-up-picture-frames-24-pack-r-52111/product_24418255 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:51:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/floortex-ecotex-evolutionmat-carpet-chair-mat-with-lip-36-x-48-medium-pile-clear-eco113648lp/product_100717 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-jungle-tiger-5-x-8-weekly-monthly-planner-multicolor-147221/product_24564307 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:51:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-singapore-skyline-by-michael-tompsett-16-x-24-canvas-art-mt0606-c1624gg/product_2080350 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-mallorca-5-x-8-weekly-monthly-planner-multicolor-143882/product_24564233 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roylco-colored-rice-assorted-colors-1-lb-per-pack-3-packs-r-2114-3/product_24518804 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/floortex-hometex-17-x-22-vinyl-place-mats-fresh-mist-2-pack-fphmtm4356ev2/product_1601173 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/floortex-afs-tex-sit-to-stand-38-x-62-rectangular-chair-mat-for-carpets-with-anti-fatigue-mat-polycarbonate-fca11s/product_24271911 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:51:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roylco-craft-accessories-really-big-buttons-1-lb/product_849112 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/floortex-afs-tex-system-2000-anti-fatigue-mat-20-w-x-32-l-midnight-black-fca22032bk/product_2710692 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shelia-golden-white-poppies-canvas-art-35x35-inches/product_254819 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:51:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-8-5-x-11-weekly-monthly-planner-plastic-cover-purple-144062/product_24551837 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/floortex-afs-tex-system-3000-anti-fatigue-mat-20-w-x-39-l-midnight-black-fca32039bm/product_2710689 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roylco-creatures-and-animals-craft-paper-8-5-x-11-assorted-designs-96-sheets-r-15198/product_849041 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roylco-decorative-hues-paper-5-5-x-8-5-multicolor-192-sheets-per-pack-2-packs-r-15203-2/product_24496161 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roylco-dream-catcher-ages-4-14-12-pack-r-42280/product_24063337 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roylco-flowers-rubbing-plates-multicolored-16-per-pack-2-packs-r-5804-2/product_24511053 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-ashlyn-5-x-8-weekly-monthly-planner-navy-143958/product_24551847 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shh-prince-sleeping-by-grace-riley-canvas-art-24x24-inches/product_248270 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:51:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:51:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/floortex-afs-tex-system-5000-anti-fatigue-mat-26-w-x-36-l-midnight-black-fca52535bk/product_2710688 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/floortex-cleartex-ultimat-carpet-chair-mat-with-lip-48-x-53-medium-pile-clear-1113427lr/product_100722 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shore-lark-16-x-20-black-frame-art/product_493115 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roylco-large-eyeball-stickers-150-per-pack-6-packs-r-3338-6/product_24511155 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shore-lark-11-x-14-wood-frame-art/product_495345 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:51:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-shore-lark-16-x-20-wood-frame-art/product_502694 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:51:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-bespoke-3-63-x-6-13-weekly-monthly-planner-multicolor-147223/product_24564280 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:51:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/floortex-cleartex-ultimat-hard-floor-chair-mat-60-x-60-clear-1215015019er/product_459572 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roylco-manuscript-letter-beads-lowercase-288-per-pack-2-packs-r-2186-2/product_24568879 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-siena-door-by-moises-levy-11-x-14-white-matted-wood-frame-ali1100-w1114mf/product_2077491 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/floortex-cleartex-unomat-hard-floor-chair-mat-with-lip-35-x-47-low-pile-clear-128920lra/product_922529 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/floortex-cleartex-ultimat-hard-floor-chair-mat-60-x-79-clear-1215020019er/product_459567 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-siena-door-by-moises-levy-16-x-20-white-matted-wood-frame-ali1100-w1620mf/product_2086599 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:51:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-siena-door-by-moises-levy-24-x-32-canvas-art-ali1100-c2432gg/product_2078602 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roylco-paper-popz-shapes-2-5-inch-assorted-colors-1500-pieces-r-15648/product_1928718 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:51:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/floortex-colortex-ultimat-hard-floor-chair-mat-36-x-48-multi-colored-229220ecal/product_100718 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sigmund-von-kuchodolski-scandinavia-russia-cruises-art-30x47-inches/product_245133 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sierra-nevada-silence-35-x-47-canvas-art/product_314109 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/floortex-desktex-anti-slip-plastic-desk-pad-19-x-22-clear-fpde1924ra2/product_24073803 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-11-x-8-75-monthly-wall-calendar-144838/product_24564301 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roylco-retro-pop-paper-8-5-x-11-32-sheets-per-pack-3-packs-r-15303-3/product_24507044 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roylco-really-big-buttons-8-shapes-60-pack-3-packs-r-2145-3/product_24500236 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-silvester-shchedrin-new-rome-with-the-castel-canvas-art-35x47-inches/product_245918 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:51:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:51:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:51:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-coming-up-roses-blush-8-5-x-11-weekly-monthly-planner-multicolor-140092-24/product_24551096 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:51:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roylco-stained-glass-paper-8-1-2-x-11-24-sheets-per-pack-3-packs-r-15257-3/product_24507149 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:51:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roylco-skintone-design-papers-48-sheets-per-pack-3-packs-r-15233-3/product_24507046 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:51:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:51:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roylco-stand-up-picture-frames-24-pack-r-52111/product_24418255 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/floortex-ecotex-evolutionmat-carpet-chair-mat-with-lip-36-x-48-medium-pile-clear-eco113648lp/product_100717 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-jungle-tiger-5-x-8-weekly-monthly-planner-multicolor-147221/product_24564307 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:51:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:51:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-singapore-skyline-by-michael-tompsett-16-x-24-canvas-art-mt0606-c1624gg/product_2080350 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:00 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-mallorca-5-x-8-weekly-monthly-planner-multicolor-143882/product_24564233 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:00 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:00 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:00 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/floortex-hometex-17-x-22-vinyl-place-mats-fresh-mist-2-pack-fphmtm4356ev2/product_1601173 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:00 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:00 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:00 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:00 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:01 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:01 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:01 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:01 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:01 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:01 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:01 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:01 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:01 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:01 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:01 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:01 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:02 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:02 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:02 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:02 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:02 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:02 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:02 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:02 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:02 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:02 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:02 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:02 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:03 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:03 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:03 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:03 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:03 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:03 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:03 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:03 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:03 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:03 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:03 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:03 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:04 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:04 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:04 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:04 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:04 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:04 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:04 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:04 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:04 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:04 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:04 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:04 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:05 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:05 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:05 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:05 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:05 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:05 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:05 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:05 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:05 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:05 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:05 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:05 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:06 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:06 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:06 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:06 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:06 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:06 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:07 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:07 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:07 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:07 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:07 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:07 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:07 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:07 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:07 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:07 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:07 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:07 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:08 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:08 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:08 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:08 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:08 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:08 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:08 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:09 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:09 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:09 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:09 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:09 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:09 [scrapy.extensions.logstats] (PID: 171) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2025-12-20 14:52:09 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:09 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-singapore-skyline-ii-by-michael-tompsett-11-x-14-black-frame-mt0783-b1114bmf/product_2081965 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-meadow-5-x-8-weekly-monthly-planner-multicolor-147224/product_24564256 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roylco-x-ray-what-s-inside-animals/product_847101 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/floortex-hometex-19-x-24-vinyl-place-mats-fresh-mist-2-pack-fphmtm4861ev2/product_1601172 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/floortex-hometex-vinyl-desk-pad-20-x-36-clear-frhmtm5191ev1/product_1945166 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rub-n-buff-the-original-wax-metallic-finish-autumn-gold-pack-of-3/product_1721477 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:52:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rub-n-buff-the-original-wax-metallic-finish-ebony-pack-of-3-3pk-76369j/product_2132479 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/floortex-megamat-extra-thick-46-x-60-rectangular-chair-mat-for-hard-floors-carpets-polycarbonate-fcm121525er/product_1187720 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:52:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-singing-in-the-rain-11-x-14-wood-frame-art/product_315514 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubber-band-sterling-meets-fed-spec-soft-stretch-easy-apply-excellent-count-usa-made-84-3-1-2-x1-2-1-lb-box/product_902753 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-singing-in-the-rain-14-x-19-canvas-art/product_315510 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:52:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:52:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-peyton-white-5-x-8-weekly-monthly-planner-multicolor-103619-24/product_24551033 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-1-pocket-plastic-letter-size-wall-file-clear-65972ros/product_24433786 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-peyton-white-8-5-x-11-weekly-monthly-planner-multicolor-103618-24/product_24551038 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/floortex-revolutionmat-46-x-57-rectangular-chair-mat-for-hard-floor-polypropylene-ncmfllac0004/product_24486535 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:52:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/floortex-ultimat-30-x-47-rectangular-chair-mat-for-hard-floors-polycarbonate-12197519er/product_922538 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sir-thomas-estate-garden-35-x-47-canvas-art/product_314097 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-secret-garden-5-x-8-weekly-monthly-planner-multicolor-140103-24/product_24551055 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-siwash-rock-11-x-14-wood-frame-art/product_317160 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:52:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-swiss-dot-8-5-x-11-weekly-monthly-planner-black-147225/product_24564247 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-siwash-rock-16-x-20-wood-frame-art/product_317161 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-siwash-rock-16-x-24-canvas-art/product_317157 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-3-shelf-plastic-poly-mobile-utility-cart-with-swivel-wheels-black-fg342488bla/product_758221 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/floortex-ultimat-48-x-60-rectangular-with-lip-chair-mat-for-carpets-over-1-2-polycarbonate-1115227lr/product_100721 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-siwash-rock-30-x-47-canvas-art/product_317159 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-the-everygirl-ryann-desert-rose-5-x-8-weekly-monthly-planner-plastic-cover-multicolor/product_24551836 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:52:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:52:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:52:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-6-compartment-plastic-pen-cup-black-14095ros/product_495965 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ski-gear-14-x-19-canvas-art/product_315012 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ski-gear-16-x-20-black-frame-art/product_315011 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:52:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-60-wood-broom-handles-threaded-fg636100lac/product_891029 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/floortex-ultimat-71-x-79-rectangular-chair-mat-for-hard-floors-polycarbonate-1218020019er/product_100716 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-angled-broom-fg637500gray/product_756069 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-deep-forest-green-enterprise-5-x-8-weekly-monthly-planner-green-142990/product_24564250 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ski-gear-30-x-47-canvas-art/product_315015 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/floracraft-foam-snowballs-2-3-pack-68841-pk3/product_1720360 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/floral-blue-brown-indoor-outdoor-machine-made-polypropylene-area-rug-3-7-x-5-6/product_1264745 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:52:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-skipper-on-pink-thistle-11-x-14-wood-frame-art/product_314954 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:52:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:52:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-enterprise-3-63-x-6-13-weekly-monthly-planner-navy-blue-142995/product_24564209 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-enterprise-5-88-x-8-63-weekly-monthly-planner-black-131793-24/product_24551024 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-enterprise-5-x-8-weekly-monthly-planner-navy-blue-142991/product_24564212 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:52:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:52:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-brute-caddy-nylon-bag-yellow-fg264200yel/product_674089 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-enterprise-8-5-x-11-weekly-monthly-appointment-book-black-111289-24/product_24551064 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-brute-indoor-trash-can-gray-plastic-40-gal-fg353600gray/product_507604 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sleeping-beauty-14-x-19-canvas-art/product_313709 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:52:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-enterprise-8-5-x-11-weekly-monthly-planner-navy-blue-142989/product_24564207 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-singapore-skyline-ii-by-michael-tompsett-11-x-14-black-frame-mt0783-b1114bmf/product_2081965 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:52:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-meadow-5-x-8-weekly-monthly-planner-multicolor-147224/product_24564256 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roylco-x-ray-what-s-inside-animals/product_847101 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/floortex-hometex-19-x-24-vinyl-place-mats-fresh-mist-2-pack-fphmtm4861ev2/product_1601172 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/floortex-hometex-vinyl-desk-pad-20-x-36-clear-frhmtm5191ev1/product_1945166 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rub-n-buff-the-original-wax-metallic-finish-autumn-gold-pack-of-3/product_1721477 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:52:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rub-n-buff-the-original-wax-metallic-finish-ebony-pack-of-3-3pk-76369j/product_2132479 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/floortex-megamat-extra-thick-46-x-60-rectangular-chair-mat-for-hard-floors-carpets-polycarbonate-fcm121525er/product_1187720 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:52:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-singing-in-the-rain-11-x-14-wood-frame-art/product_315514 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubber-band-sterling-meets-fed-spec-soft-stretch-easy-apply-excellent-count-usa-made-84-3-1-2-x1-2-1-lb-box/product_902753 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-singing-in-the-rain-14-x-19-canvas-art/product_315510 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:52:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:52:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-peyton-white-5-x-8-weekly-monthly-planner-multicolor-103619-24/product_24551033 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-1-pocket-plastic-letter-size-wall-file-clear-65972ros/product_24433786 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-peyton-white-8-5-x-11-weekly-monthly-planner-multicolor-103618-24/product_24551038 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/floortex-revolutionmat-46-x-57-rectangular-chair-mat-for-hard-floor-polypropylene-ncmfllac0004/product_24486535 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/floortex-ultimat-30-x-47-rectangular-chair-mat-for-hard-floors-polycarbonate-12197519er/product_922538 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:52:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sir-thomas-estate-garden-35-x-47-canvas-art/product_314097 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-secret-garden-5-x-8-weekly-monthly-planner-multicolor-140103-24/product_24551055 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-siwash-rock-11-x-14-wood-frame-art/product_317160 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:52:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-swiss-dot-8-5-x-11-weekly-monthly-planner-black-147225/product_24564247 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-3-shelf-plastic-poly-mobile-utility-cart-with-swivel-wheels-black-fg342488bla/product_758221 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-siwash-rock-16-x-24-canvas-art/product_317157 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-siwash-rock-16-x-20-wood-frame-art/product_317161 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/floortex-ultimat-48-x-60-rectangular-with-lip-chair-mat-for-carpets-over-1-2-polycarbonate-1115227lr/product_100721 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-siwash-rock-30-x-47-canvas-art/product_317159 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-day-designer-the-everygirl-ryann-desert-rose-5-x-8-weekly-monthly-planner-plastic-cover-multicolor/product_24551836 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:52:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:52:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:52:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-6-compartment-plastic-pen-cup-black-14095ros/product_495965 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ski-gear-14-x-19-canvas-art/product_315012 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ski-gear-16-x-20-black-frame-art/product_315011 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:52:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-60-wood-broom-handles-threaded-fg636100lac/product_891029 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/floortex-ultimat-71-x-79-rectangular-chair-mat-for-hard-floors-polycarbonate-1218020019er/product_100716 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-angled-broom-fg637500gray/product_756069 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-deep-forest-green-enterprise-5-x-8-weekly-monthly-planner-green-142990/product_24564250 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ski-gear-30-x-47-canvas-art/product_315015 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/floral-blue-brown-indoor-outdoor-machine-made-polypropylene-area-rug-3-7-x-5-6/product_1264745 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/floracraft-foam-snowballs-2-3-pack-68841-pk3/product_1720360 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:52:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-skipper-on-pink-thistle-11-x-14-wood-frame-art/product_314954 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:52:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:52:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-enterprise-5-88-x-8-63-weekly-monthly-planner-black-131793-24/product_24551024 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-enterprise-3-63-x-6-13-weekly-monthly-planner-navy-blue-142995/product_24564209 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-enterprise-5-x-8-weekly-monthly-planner-navy-blue-142991/product_24564212 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:52:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:52:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-brute-caddy-nylon-bag-yellow-fg264200yel/product_674089 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-enterprise-8-5-x-11-weekly-monthly-appointment-book-black-111289-24/product_24551064 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-brute-indoor-trash-can-gray-plastic-40-gal-fg353600gray/product_507604 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sleeping-beauty-14-x-19-canvas-art/product_313709 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:52:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-enterprise-8-5-x-11-weekly-monthly-planner-navy-blue-142989/product_24564207 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:33 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:33 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:33 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:33 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:52:34 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:34 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:34 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:34 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:35 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:35 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:35 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:35 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:35 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:35 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:35 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:35 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:35 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:35 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:35 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:35 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:36 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:36 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:36 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:36 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:36 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:36 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:37 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:37 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:37 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:37 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:37 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:37 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:38 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:38 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:38 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:38 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:38 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:38 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:38 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:38 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:38 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:38 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:38 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:38 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:39 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:39 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:39 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:39 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:39 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:39 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:39 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:39 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:39 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:39 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:39 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:39 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:40 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:40 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:40 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:40 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:40 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:40 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:40 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:40 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:40 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:40 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:40 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:40 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:41 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:41 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:41 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:41 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:41 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:41 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:41 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:41 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:41 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:41 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:41 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:41 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:42 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:42 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:42 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:42 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:42 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:42 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:42 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:42 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:42 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:42 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:42 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:42 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:43 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:43 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:43 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:43 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:43 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:43 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:43 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:43 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:43 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:43 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:43 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:43 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:44 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:45 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:52:45 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:45 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:52:45 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:52:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sleeping-beauty-by-pat-saunders-11-x-14-white-matted-silver-frame-ps076-s1114mf/product_2076330 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-freya-8-5-x-11-weekly-monthly-planner-plastic-cover-black-white-146349/product_24564309 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-brute-plastic-quiet-dolly-30-gallons-black-fg264043bla/product_756818 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-small-composition-i-24-x-24-canvas-art/product_313440 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/floral-brown-ivory-indoor-outdoor-machine-made-polypropylene-area-rug-7-10-x-10-10/product_1264742 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-inkwell-press-tavi-8-5-x-11-weekly-monthly-planner-black-gold-142877/product_24564243 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/floral-ivory-brown-indoor-outdoor-machine-made-polypropylene-area-rug-3-7-x-5-6/product_1264537 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-jessica-8-x-10-monthly-planner-pink-143709/product_24564269 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/floral-ivory-brown-indoor-outdoor-machine-made-polypropylene-area-rug-6-7-x-9-6/product_1264535 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-smiling-squirrel-11-x-14-wood-frame-art/product_315096 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-brute-plastic-trash-can-with-no-lid-white-20-gal-fg262000-wht/product_812512 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-jessica-5-88-x-8-63-weekly-monthly-planner-multicolor-143710/product_24564261 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:52:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:52:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/floral-orange-ivory-indoor-outdoor-machine-made-polypropylene-area-rug-5-3-x-7-6/product_1264454 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:52:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/floral-ombre-brown-beige-indoor-machine-made-polypropylene-area-rug-7-8-x-10-10/product_1264456 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-libro-8-x-10-monthly-planner-charcoal-147387/product_24564216 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-brute-rubber-lid-blue-fg263100-blue/product_1129058 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-snakes-snails-by-grace-riley-canvas-art-ready-to-hang-24x24-inches/product_248330 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:52:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fluke-microscanner-poe-cable-tester-ms-poe/product_IM16KV049 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-snow-mountain-road-26-x-32-canvas-art/product_313970 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-lindley-17-x-11-monthly-desk-pad-calendar-100024-24/product_24551057 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fluke-networks-10178600-eversharp-110-66-cut-blade/product_IM1GD6834 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-lindley-22-x-17-monthly-desk-pad-calendar-100018-24/product_24551061 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fluke-networks-cableiq-main-wiremap-adapter-ciq-wm/product_IM1F94461 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fluke-networks-44500000-electrician-s-snip-44500000/product_182679 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-lindley-5-x-8-weekly-monthly-planner-multicolor-101579-24/product_24551088 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:52:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-snowy-heron-11-x-14-black-frame-art/product_497199 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-changing-station-linerx-5-5-320-carton-fg781788wht/product_848100 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-classics-open-top-receptacle-25-gallons-black-35-1-2-h-x-18-diameter/product_818960 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-16-x-9-x-5-plastic-caddy-bags-gray/product_962121 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-marks-lilac-5-x-8-weekly-monthly-planner-pink-white-143702/product_24564249 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:52:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-mimi-pink-8-5-x-11-weekly-monthly-planner-multicolor-137264-24/product_24551059 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-nevaeh-5-x-8-weekly-monthly-planner-multicolor-143946/product_24551855 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-cube-heavy-duty-tilt-truck-101-gallons-black-fg130600bla/product_936384 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fluke-networks-microscanner2-cable-verifier-ms2-100/product_IM1M88172 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:52:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-orchid-8-5-x-11-weekly-monthly-planner-pink-white-137268-24/product_24551037 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-passages-8-5-x-11-weekly-monthly-appointment-book-charcoal-gray-100009-24/product_24551049 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:52:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:52:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-snowy-owl-22-x-32-canvas-art/product_495343 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-hygen-microfiber-duster-refill-green-fgq85100gr00/product_676814 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-snowy-owl-16-x-24-canvas-art/product_493721 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-lacquered-wood-threaded-tip-broom-sweep-handle/product_812409 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:52:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-purple-stripe-5-x-8-weekly-monthly-planner-lilac-white-147232/product_24564322 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:52:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fluke-networks-tdr-lcd-button-test-set-ts-54/product_IM1PD1064 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-peacock-8-5-x-11-weekly-monthly-planner-plastic-cover-multicolor-143693/product_24564245 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-microfiber-cleaning-cloths-pink-24-pack-1820581/product_318450 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fluke-networks-ts19-test-set-with-banana-jacks-to-alligator-clips/product_IM1L22563 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:52:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:52:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-microfiber-finish-pad-blue-white-pack-of-6-fgq80000w/product_1181023 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:52:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-soaring-11-x-14-black-frame-art/product_33990 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:52:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sleeping-beauty-by-pat-saunders-11-x-14-white-matted-silver-frame-ps076-s1114mf/product_2076330 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-small-composition-i-24-x-24-canvas-art/product_313440 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-brute-plastic-quiet-dolly-30-gallons-black-fg264043bla/product_756818 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-freya-8-5-x-11-weekly-monthly-planner-plastic-cover-black-white-146349/product_24564309 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/floral-brown-ivory-indoor-outdoor-machine-made-polypropylene-area-rug-7-10-x-10-10/product_1264742 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-inkwell-press-tavi-8-5-x-11-weekly-monthly-planner-black-gold-142877/product_24564243 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/floral-ivory-brown-indoor-outdoor-machine-made-polypropylene-area-rug-3-7-x-5-6/product_1264537 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-jessica-8-x-10-monthly-planner-pink-143709/product_24564269 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/floral-ivory-brown-indoor-outdoor-machine-made-polypropylene-area-rug-6-7-x-9-6/product_1264535 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-smiling-squirrel-11-x-14-wood-frame-art/product_315096 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-brute-plastic-trash-can-with-no-lid-white-20-gal-fg262000-wht/product_812512 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-jessica-5-88-x-8-63-weekly-monthly-planner-multicolor-143710/product_24564261 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:52:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/floral-orange-ivory-indoor-outdoor-machine-made-polypropylene-area-rug-5-3-x-7-6/product_1264454 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:52:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:52:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:53:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/floral-ombre-brown-beige-indoor-machine-made-polypropylene-area-rug-7-8-x-10-10/product_1264456 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-snakes-snails-by-grace-riley-canvas-art-ready-to-hang-24x24-inches/product_248330 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-brute-rubber-lid-blue-fg263100-blue/product_1129058 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-libro-8-x-10-monthly-planner-charcoal-147387/product_24564216 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:53:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fluke-microscanner-poe-cable-tester-ms-poe/product_IM16KV049 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-snow-mountain-road-26-x-32-canvas-art/product_313970 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-lindley-22-x-17-monthly-desk-pad-calendar-100018-24/product_24551061 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-lindley-17-x-11-monthly-desk-pad-calendar-100024-24/product_24551057 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fluke-networks-10178600-eversharp-110-66-cut-blade/product_IM1GD6834 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fluke-networks-cableiq-main-wiremap-adapter-ciq-wm/product_IM1F94461 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fluke-networks-44500000-electrician-s-snip-44500000/product_182679 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-lindley-5-x-8-weekly-monthly-planner-multicolor-101579-24/product_24551088 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-changing-station-linerx-5-5-320-carton-fg781788wht/product_848100 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-snowy-heron-11-x-14-black-frame-art/product_497199 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:53:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-classics-open-top-receptacle-25-gallons-black-35-1-2-h-x-18-diameter/product_818960 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-16-x-9-x-5-plastic-caddy-bags-gray/product_962121 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-marks-lilac-5-x-8-weekly-monthly-planner-pink-white-143702/product_24564249 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:53:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-mimi-pink-8-5-x-11-weekly-monthly-planner-multicolor-137264-24/product_24551059 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-nevaeh-5-x-8-weekly-monthly-planner-multicolor-143946/product_24551855 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-cube-heavy-duty-tilt-truck-101-gallons-black-fg130600bla/product_936384 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fluke-networks-microscanner2-cable-verifier-ms2-100/product_IM1M88172 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:53:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-passages-8-5-x-11-weekly-monthly-appointment-book-charcoal-gray-100009-24/product_24551049 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-orchid-8-5-x-11-weekly-monthly-planner-pink-white-137268-24/product_24551037 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:53:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:53:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-snowy-owl-22-x-32-canvas-art/product_495343 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-hygen-microfiber-duster-refill-green-fgq85100gr00/product_676814 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-snowy-owl-16-x-24-canvas-art/product_493721 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-lacquered-wood-threaded-tip-broom-sweep-handle/product_812409 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-purple-stripe-5-x-8-weekly-monthly-planner-lilac-white-147232/product_24564322 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:53:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:53:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-peacock-8-5-x-11-weekly-monthly-planner-plastic-cover-multicolor-143693/product_24564245 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fluke-networks-tdr-lcd-button-test-set-ts-54/product_IM1PD1064 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-microfiber-cleaning-cloths-pink-24-pack-1820581/product_318450 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fluke-networks-ts19-test-set-with-banana-jacks-to-alligator-clips/product_IM1L22563 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:53:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:07 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:53:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-microfiber-finish-pad-blue-white-pack-of-6-fgq80000w/product_1181023 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-soaring-11-x-14-black-frame-art/product_33990 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:08 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:08 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:08 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:08 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:08 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:08 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:09 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:09 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:09 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:09 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:09 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:09 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:09 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:09 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:09 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:09 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:09 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:09 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:09 [scrapy.extensions.logstats] (PID: 171) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2025-12-20 14:53:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:12 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:12 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:12 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:12 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:12 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:12 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:12 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:12 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:12 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:12 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:12 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:12 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:13 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:13 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:13 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:13 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:13 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:13 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:13 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:13 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:13 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:13 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:13 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:13 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:14 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:14 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:14 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:14 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:14 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:14 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:14 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:14 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:14 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:14 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:14 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:14 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:15 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:15 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:15 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:15 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:15 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:15 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:15 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:15 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:15 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:15 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:15 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:16 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:16 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:16 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:16 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:16 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:16 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:16 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:16 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:16 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:16 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:16 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-palletote-box-gray-19-gal/product_1138218 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-soaring-16-x-20-black-frame-art/product_33989 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:53:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-products-brute-resin-recycling-container-32-gallon-blue-fg263273blue/product_847757 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fluorescent-pink-shipping-tags-8-6-1-4-x-3-1-8-1000-case/product_496230 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-soaring-16-x-24-canvas-art/product_33987 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-solid-black-8-5-x-11-monthly-planner-black-142886/product_24564186 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:53:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-products-fiberglass-wet-mop-handle-54-gray-yellow-rcph145/product_2620007 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-products-hygen-18-microfiber-mop-pad-red-12-carton-fgq41000rd00/product_962300 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:53:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-soaring-30-x-47-canvas-art/product_33985 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-products-keep-away-hanging-sign-yellow-fg9s1600yel/product_847612 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flystaygift-50-00-gift-card-email-delivery-1016983b5000/product_24590022 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-spring-break-5-x-8-weekly-monthly-planner-multicolor-146355/product_24564278 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flystaygift-500-00-gift-card-email-delivery-1016983b50000/product_24590018 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-products-microburst-9000-air-freshener-dispenser-white/product_476223 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sometimes-11-x-14-black-frame-art/product_492659 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-zenni-8-5-x-11-weekly-monthly-planner-white-blue-147233/product_24564251 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:53:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-somewhere-over-the-rainbow-by-beata-czyzowska-young-11-x-14-silver-frame-bc0017-s1114mf/product_2076529 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-products-safety-awareness-floor-sign-yellow-fg611200yel/product_123828 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:53:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-somewhere-over-the-rainbow-by-beata-czyzowska-young-16-x-20-silver-frame-bc0017-s1620bmf/product_2085064 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/foam-ten-frames/product_2432170 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-africa-watercolor-map-11-x-14-black-frame-art/product_312723 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-products-value-pro-medium-20-oz-cotton-wet-mop-1-headband-white-12-ct-rcpv117/product_2620020 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-africa-watercolor-map-16-x-20-black-frame-art/product_312724 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-africa-watercolor-map-16-x-20-wood-frame-art/product_312730 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/focus-foodservice-chrome-plated-wire-shelf-14-x-48-ff1448c/product_2475991 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-africa-watercolor-map-18-x-24-canvas-art/product_312726 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:53:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:53:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-slim-jim-metal-end-step-trash-can-24-gallon-black/product_1672366 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/focus-foodservice-green-epoxy-coated-wire-shelf-18-x-42-ff1842g/product_2475980 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-browntrout-taylor-swift-7-x-14-monthly-mini-wall-calendar-9781975466374/product_24583093 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:53:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-swinger-loop-wet-mop-heads-cotton-synthetic-blue-medium-6-case/product_2619946 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:53:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:53:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-carolina-map-11-x-14-wood-frame-art/product_316431 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:53:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-complyright-24-x-36-yearly-dry-erase-wall-calendar-reversible-blue-j0056bl/product_24462839 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/focus-ii-l20-walk-behind-scrubber/product_1959859 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-carolina-map-16-x-20-wood-frame-art/product_316432 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-carolina-map-by-michael-tompsett-35-x-47-canvas-art-mt0696-c3547gg/product_2080627 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-complyright-full-vacation-schedule-24-x-36-yearly-dry-erase-wall-calendar-blue-white-j0063/product_24462831 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/folgers-100-colombian-ground-coffee-packet-medium-dark-roast-1-75-oz-42-carton-pro20022/product_657461 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:53:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:53:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:53:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/folgers-blonde-silk-ground-coffee-light-roast-22-6-oz-2550020433/product_24494831 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-global-printed-products-5-5-x-8-weekly-monthly-planner-multicolor-spls24-58-20/product_24559528 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-carolina-watercolor-map-16-x-20-black-frame-art/product_312467 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/folgers-breakfast-blend-coffee-keurig-k-cup-pod-96-carton-000370677-6684ct/product_24562578 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-global-printed-products-8-5-x-11-weekly-monthly-planner-black-yellow-spls24-8511-f/product_24559524 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-global-printed-products-8-x-10-weekly-monthly-planner-brown-black-spls24-brn810/product_24557343 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-palletote-box-gray-19-gal/product_1138218 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:53:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/folgers-buttery-caramel-coffee-keurig-k-cup-pod-medium-roast-24-box-4-boxes-carton-6680ct/product_24562582 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:53:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-fire-safe-ranger-outdoor-trash-can-w-lid-black-resin-45-gal-fg917388bla/product_815344 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-dakota-map-24-x-32-canvas-art/product_316546 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-soaring-16-x-20-black-frame-art/product_33989 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-products-brute-resin-recycling-container-32-gallon-blue-fg263273blue/product_847757 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:53:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fluorescent-pink-shipping-tags-8-6-1-4-x-3-1-8-1000-case/product_496230 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-soaring-16-x-24-canvas-art/product_33987 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-solid-black-8-5-x-11-monthly-planner-black-142886/product_24564186 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:53:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-products-fiberglass-wet-mop-handle-54-gray-yellow-rcph145/product_2620007 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-products-hygen-18-microfiber-mop-pad-red-12-carton-fgq41000rd00/product_962300 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:53:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-soaring-30-x-47-canvas-art/product_33985 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-products-keep-away-hanging-sign-yellow-fg9s1600yel/product_847612 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flystaygift-50-00-gift-card-email-delivery-1016983b5000/product_24590022 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/flystaygift-500-00-gift-card-email-delivery-1016983b50000/product_24590018 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-spring-break-5-x-8-weekly-monthly-planner-multicolor-146355/product_24564278 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-products-microburst-9000-air-freshener-dispenser-white/product_476223 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sometimes-11-x-14-black-frame-art/product_492659 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-blue-sky-zenni-8-5-x-11-weekly-monthly-planner-white-blue-147233/product_24564251 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-somewhere-over-the-rainbow-by-beata-czyzowska-young-11-x-14-silver-frame-bc0017-s1114mf/product_2076529 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:53:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-products-safety-awareness-floor-sign-yellow-fg611200yel/product_123828 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:53:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-somewhere-over-the-rainbow-by-beata-czyzowska-young-16-x-20-silver-frame-bc0017-s1620bmf/product_2085064 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/foam-ten-frames/product_2432170 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-products-value-pro-medium-20-oz-cotton-wet-mop-1-headband-white-12-ct-rcpv117/product_2620020 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-africa-watercolor-map-11-x-14-black-frame-art/product_312723 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-africa-watercolor-map-16-x-20-black-frame-art/product_312724 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-africa-watercolor-map-16-x-20-wood-frame-art/product_312730 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/focus-foodservice-chrome-plated-wire-shelf-14-x-48-ff1448c/product_2475991 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-africa-watercolor-map-18-x-24-canvas-art/product_312726 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:53:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-slim-jim-metal-end-step-trash-can-24-gallon-black/product_1672366 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:53:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/focus-foodservice-green-epoxy-coated-wire-shelf-18-x-42-ff1842g/product_2475980 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-browntrout-taylor-swift-7-x-14-monthly-mini-wall-calendar-9781975466374/product_24583093 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:53:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-commercial-swinger-loop-wet-mop-heads-cotton-synthetic-blue-medium-6-case/product_2619946 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:53:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:53:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-carolina-map-11-x-14-wood-frame-art/product_316431 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:53:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-complyright-24-x-36-yearly-dry-erase-wall-calendar-reversible-blue-j0056bl/product_24462839 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/focus-ii-l20-walk-behind-scrubber/product_1959859 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-carolina-map-by-michael-tompsett-35-x-47-canvas-art-mt0696-c3547gg/product_2080627 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-complyright-full-vacation-schedule-24-x-36-yearly-dry-erase-wall-calendar-blue-white-j0063/product_24462831 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-carolina-map-16-x-20-wood-frame-art/product_316432 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/folgers-100-colombian-ground-coffee-packet-medium-dark-roast-1-75-oz-42-carton-pro20022/product_657461 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:53:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:53:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:53:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/folgers-blonde-silk-ground-coffee-light-roast-22-6-oz-2550020433/product_24494831 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-global-printed-products-5-5-x-8-weekly-monthly-planner-multicolor-spls24-58-20/product_24559528 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-carolina-watercolor-map-16-x-20-black-frame-art/product_312467 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/folgers-breakfast-blend-coffee-keurig-k-cup-pod-96-carton-000370677-6684ct/product_24562578 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:40 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:53:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-global-printed-products-8-x-10-weekly-monthly-planner-brown-black-spls24-brn810/product_24557343 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-global-printed-products-8-5-x-11-weekly-monthly-planner-black-yellow-spls24-8511-f/product_24559524 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/folgers-buttery-caramel-coffee-keurig-k-cup-pod-medium-roast-24-box-4-boxes-carton-6680ct/product_24562582 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:40 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:53:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-fire-safe-ranger-outdoor-trash-can-w-lid-black-resin-45-gal-fg917388bla/product_815344 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:41 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:41 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-dakota-map-24-x-32-canvas-art/product_316546 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:41 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:41 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:41 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:41 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:42 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:42 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:42 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:42 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:42 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:42 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:42 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:42 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:42 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:43 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:43 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:43 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:43 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:43 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:43 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:43 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:43 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:44 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:44 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:44 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:44 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:44 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:44 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:45 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:45 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:45 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:45 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:45 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:45 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:45 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:45 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:45 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:45 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:45 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:45 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:46 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:46 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:46 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:46 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:46 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:46 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:46 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:46 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:46 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:46 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:46 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:46 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:47 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:47 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:47 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:47 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:47 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:47 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:47 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:47 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:47 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:47 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:47 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:47 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:48 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:48 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:48 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:48 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:48 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:48 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:48 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:48 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:48 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:48 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:48 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:48 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:49 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:49 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:49 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:49 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:49 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:49 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:49 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:49 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:49 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:49 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:49 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:49 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:50 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:50 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:50 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:50 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:50 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:50 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:50 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:50 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:50 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:50 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:50 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:50 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-22-x-17-monthly-desk-pad-calendar-140-24/product_24563323 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:52 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:52 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:52 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/folgers-classic-roast-coffee-keurig-k-cup-pods-medium-roast-48-box-5000363378/product_24535452 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:52 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:52 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:52 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:52 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:52 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:53:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:53:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-gripper-mop-handle-headband-fgh24600gy00/product_819028 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-gripper-mop-handle-fgh216000000/product_848941 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-5-x-8-weekly-appointment-book-black-278-02-24/product_24562510 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-7-x-10-daily-monthly-appointment-book-black-2896-32-24/product_24562554 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-groundskeeper-stainless-steel-ash-urn-black-fg9w3000bla/product_756053 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:53:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-heavy-duty-dustpan-fg200500char/product_39809 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-8-5-x-11-monthly-appointment-book-black-260-02-24/product_24562550 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:53:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-half-round-indoor-trash-can-w-no-lid-stainless-steel-metal-9-gal-fgso8ssspl/product_758529 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-korea-watercolor-map-11-x-14-black-frame-art/product_312643 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-8-5-x-11-weekly-appointment-book-blue-272-07-24/product_24562557 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-korea-watercolor-map-14-x-19-canvas-art/product_312645 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/folgers-french-vanilla-coffee-keurig-k-cup-pod-96-carton-6661ct/product_24562585 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-bar-harbor-31-25-x-22-monthly-wall-calendar-wedgwood-blue-gray-334-24/product_24562555 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-bar-harbor-6-x-7-monthly-wall-calendar-wedgwood-blue-gray-330-24/product_24562540 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-korea-watercolor-map-16-x-20-black-frame-art/product_312644 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/folgers-special-roast-premeasured-coffee-pack-0-8-oz-42-carton-pro06897/product_1137471 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:53:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/folgers-ss2064793/product_SS129820947 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-compact-18-5-x-13-monthly-desk-pad-calendar-white-blue-1506-24/product_24562514 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-coastlines-22-x-17-monthly-desk-pad-calendar-178-24/product_24562531 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:53:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-compact-8-x-17-three-month-wall-calendar-white-blue-3646-24/product_24562521 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/folkart-angular-brushes-assorted-sizes-5-set-44277e/product_24451606 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/follow-confined-space-entry-priocedures-before-entering-7x10-040-aluminum-danger-sign/product_556459 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spa-daisies-ii-by-chris-paschke-16-x-16-white-matted-silver-frame-wap0056-s1616mf/product_2084096 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-contempo-22-x-17-monthly-desk-pad-calendar-white-blue-151-24/product_24562551 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-hygen-plastic-bucket-white-4-pack-2135007/product_24460717 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spain-tree-by-preston-ready-to-hang-art/product_247685 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-earthscapes-8-5-x-11-weekly-monthly-planner-black-27302-24/product_24562520 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:53:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:53:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/forever-21-gift-card-150-email-delivery/product_2380979 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:53:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:54:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-landmark-series-dome-top-trash-containers-rock-panels-for-35-gallon-container-4-case-fg400300rock/product_936534 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:54:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/formax-8650hs-15-sheet-cross-cut-high-security-office-shredder-fd8650hs/product_24520707 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-lobby-pro-2536-lobby-broom-black-fg253600bla/product_176938 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spain-women-dancing-11-x-14-black-frame-art/product_821394 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spain-watercolor-map-by-michael-tompsett-35-x-47-canvas-art-mt0751-c3547gg/product_2080539 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spain-women-dancing-16-x-24-canvas-art/product_821637 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-mega-mobile-waste-collector/product_713390 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-marshal-classic-container-25-gallon-capacity-beige-fg817088beig/product_815583 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spain-women-dancing-30-x-47-canvas-art/product_821635 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/formax-autoseal-automatic-pressure-sealer-200-sheets-fd1606/product_24536076 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-marshal-dome-top-plastic-trash-can-15-gal-fg816088beig/product_507619 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-moleskine-5-x-8-25-daily-monthly-classic-planner-black-8056598856484/product_24575307 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-microfiber-finish-bucket-27-gal-blue-fgq93000blue/product_962316 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:54:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-microburst-9000-aerosol-refill-mountain-peaks-5-3-oz-4-carton-fg4012461/product_476611 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-plato-crackled-blush-6-x-7-75-academic-calendar-weekly-planner-paperboard-cover-multicolor-9781975457419/product_24555552 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-microburst-3000-aerosol-refill-ocean-breeze-2-oz-12-carton-401258/product_805880 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-speaking-of-tongues-22-x-32-canvas-art/product_496943 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-speaking-of-tongue-16-x-20-black-frame-art/product_495012 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/formax-cut-true-16m-18-7-guillotine-paper-cutter-with-led-laser-line-off-white-cut-true-16m/product_1317270 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-rifle-paper-co-10-5-x-8-5-weekly-monthly-planner-multicolor-ple001/product_24556352 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-rifle-paper-co-peacock-12-x-15-monthly-wall-appointment-calendar-cal082/product_24556354 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-22-x-17-monthly-desk-pad-calendar-140-24/product_24563323 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-gripper-mop-handle-fgh216000000/product_848941 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:54:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/folgers-classic-roast-coffee-keurig-k-cup-pods-medium-roast-48-box-5000363378/product_24535452 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-5-x-8-weekly-appointment-book-black-278-02-24/product_24562510 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-gripper-mop-handle-headband-fgh24600gy00/product_819028 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:54:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:54:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-7-x-10-daily-monthly-appointment-book-black-2896-32-24/product_24562554 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-heavy-duty-dustpan-fg200500char/product_39809 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-8-5-x-11-monthly-appointment-book-black-260-02-24/product_24562550 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:54:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-groundskeeper-stainless-steel-ash-urn-black-fg9w3000bla/product_756053 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-half-round-indoor-trash-can-w-no-lid-stainless-steel-metal-9-gal-fgso8ssspl/product_758529 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-korea-watercolor-map-11-x-14-black-frame-art/product_312643 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-8-5-x-11-weekly-appointment-book-blue-272-07-24/product_24562557 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-korea-watercolor-map-14-x-19-canvas-art/product_312645 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-bar-harbor-31-25-x-22-monthly-wall-calendar-wedgwood-blue-gray-334-24/product_24562555 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/folgers-french-vanilla-coffee-keurig-k-cup-pod-96-carton-6661ct/product_24562585 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:54:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-compact-18-5-x-13-monthly-desk-pad-calendar-white-blue-1506-24/product_24562514 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/folgers-ss2064793/product_SS129820947 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/folgers-special-roast-premeasured-coffee-pack-0-8-oz-42-carton-pro06897/product_1137471 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-south-korea-watercolor-map-16-x-20-black-frame-art/product_312644 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-bar-harbor-6-x-7-monthly-wall-calendar-wedgwood-blue-gray-330-24/product_24562540 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-coastlines-22-x-17-monthly-desk-pad-calendar-178-24/product_24562531 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:54:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/folkart-angular-brushes-assorted-sizes-5-set-44277e/product_24451606 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-compact-8-x-17-three-month-wall-calendar-white-blue-3646-24/product_24562521 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/follow-confined-space-entry-priocedures-before-entering-7x10-040-aluminum-danger-sign/product_556459 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spa-daisies-ii-by-chris-paschke-16-x-16-white-matted-silver-frame-wap0056-s1616mf/product_2084096 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:09 [scrapy.extensions.logstats] (PID: 171) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2025-12-20 14:54:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-contempo-22-x-17-monthly-desk-pad-calendar-white-blue-151-24/product_24562551 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-house-of-doolittle-earthscapes-8-5-x-11-weekly-monthly-planner-black-27302-24/product_24562520 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:54:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:54:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-hygen-plastic-bucket-white-4-pack-2135007/product_24460717 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spain-tree-by-preston-ready-to-hang-art/product_247685 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/forever-21-gift-card-150-email-delivery/product_2380979 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:54:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:54:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-lobby-pro-2536-lobby-broom-black-fg253600bla/product_176938 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/formax-8650hs-15-sheet-cross-cut-high-security-office-shredder-fd8650hs/product_24520707 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-landmark-series-dome-top-trash-containers-rock-panels-for-35-gallon-container-4-case-fg400300rock/product_936534 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spain-women-dancing-11-x-14-black-frame-art/product_821394 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spain-watercolor-map-by-michael-tompsett-35-x-47-canvas-art-mt0751-c3547gg/product_2080539 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spain-women-dancing-16-x-24-canvas-art/product_821637 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-mega-mobile-waste-collector/product_713390 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-marshal-classic-container-25-gallon-capacity-beige-fg817088beig/product_815583 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spain-women-dancing-30-x-47-canvas-art/product_821635 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/formax-autoseal-automatic-pressure-sealer-200-sheets-fd1606/product_24536076 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-marshal-dome-top-plastic-trash-can-15-gal-fg816088beig/product_507619 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-moleskine-5-x-8-25-daily-monthly-classic-planner-black-8056598856484/product_24575307 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-microfiber-finish-bucket-27-gal-blue-fgq93000blue/product_962316 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:54:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-microburst-9000-aerosol-refill-mountain-peaks-5-3-oz-4-carton-fg4012461/product_476611 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-microburst-3000-aerosol-refill-ocean-breeze-2-oz-12-carton-401258/product_805880 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-plato-crackled-blush-6-x-7-75-academic-calendar-weekly-planner-paperboard-cover-multicolor-9781975457419/product_24555552 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-speaking-of-tongues-22-x-32-canvas-art/product_496943 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-speaking-of-tongue-16-x-20-black-frame-art/product_495012 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/formax-cut-true-16m-18-7-guillotine-paper-cutter-with-led-laser-line-off-white-cut-true-16m/product_1317270 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-rifle-paper-co-10-5-x-8-5-weekly-monthly-planner-multicolor-ple001/product_24556352 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-rifle-paper-co-peacock-12-x-15-monthly-wall-appointment-calendar-cal082/product_24556354 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:15 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:15 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:15 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:15 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:15 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:15 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:15 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:15 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:15 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:15 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:54:16 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:16 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:16 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:16 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:16 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:16 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:16 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:16 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:16 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:16 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:19 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:19 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:19 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:19 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:19 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:19 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:19 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:19 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:20 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:20 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:20 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:20 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:20 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:20 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:20 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:20 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:20 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:20 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:20 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:20 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:21 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:21 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:21 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:21 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:21 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:21 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:21 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:21 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:21 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:21 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:21 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:21 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:22 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:22 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:22 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:22 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:22 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:22 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:22 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:22 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:22 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:22 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:22 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:22 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:23 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:23 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:23 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:23 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:23 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:23 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:23 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:23 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:23 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:23 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:23 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:23 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:24 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:24 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:24 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:24 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:24 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:24 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:24 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:24 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:24 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:24 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:24 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:24 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:25 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:25 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:25 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:25 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:25 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:25 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:25 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:25 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:25 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:25 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:25 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:25 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:26 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:26 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spectator-16-x-20-wood-frame-art/product_33803 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:26 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:26 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:54:26 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:26 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spectator-35-x-47-canvas-art/product_33805 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:54:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spiral-v-by-moises-levy-11-x-14-white-matted-black-frame-ali1137-b1114mf/product_2077480 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:27 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:54:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:54:27 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:54:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:54:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-staples-22-x-17-desk-pad-calendar-unlined-black-white-st58448-24/product_24545103 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spiral-v-by-moises-levy-16-x-20-white-matted-black-frame-ali1137-b1620mf/product_2086564 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spirit-and-dignity-by-cateyes-ready-to-hang-16x24-inches/product_253063 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:54:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-staples-24-x-36-wall-calendar-red-st58451-24/product_24545399 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-ships-riding-on-the-seine-35-x-47-canvas-art/product_503430 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/roylco-gear-stencils-assorted-15-pack-3-packs-r-58624-3/product_24516652 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-polyester-fire-resistant-wastebasket-7-gallons-beige-fg254300beig/product_44358 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spiritual-food-by-philippe-sainte-laudy-22-x-32-canvas-art-psl0450-c2232gg/product_2077132 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/formax-onsite-32-sheet-cross-cut-shredder-fd-8652cc/product_24600530 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-premier-series-iii-indoor-step-on-trash-can-with-lid-12-4-gallon-black-2120983/product_24485980 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sports-d-hiver-by-arou-ready-to-hang-art/product_255411 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-staples-48-x-32-dry-erase-wall-calendar-gray-white-st58450-24/product_24545703 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-refine-stainless-steel-indoor-trash-can-with-open-lid-21-gallon-silver-2147582/product_24485976 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spring-fling-by-kathie-mccurdy-canvas-art/product_248454 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:54:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-round-brute-receptacle-w-o-lid-yellow-32-gal-121-12-liters/product_936594 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spring-iris-11-x-14-black-frame-art/product_314692 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/formax-paper-joggers-800-sheets-fd402p1/product_1317273 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:54:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fortify-hard-surface-floor-sealer-envirobox-5-gallons-5104781/product_2411591 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spring-iris-30-x-47-canvas-art/product_314697 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-slim-jim-indoor-lid-gray-plastic-23-gal-fg267360gray/product_896086 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:54:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fourgals-deposit-bags-clear-1000-carton-gal12x15ds/product_590876 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-staples-7-x-9-monthly-planner-black-st52183-24/product_24546727 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/foxmind-gopop-colorio-popping-game-3-years-2291/product_24514245 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-staples-8-x-11-daily-appointment-book-black-st58453-24/product_24545101 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/foxmind-gopop-popping-game-3-10-years-2289/product_24514242 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-staples-8-x-11-four-person-daily-appointment-book-black-st58479-24/product_24545102 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:54:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:54:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:54:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-slim-jim-resin-front-step-on-trash-can-8-gallon-black/product_1672355 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fragile-electronic-equipment-labels-yellow-black-5-x-3-500-r/product_573206 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:54:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-slim-jim-resin-front-step-on-trash-can-8-gallon-gray/product_1672365 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:54:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-st-louis-missouri-skyline-by-michael-tompsett-11-x-14-black-matted-black-frame-mt0568-b1114bmf/product_2082647 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:54:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/framatic-double-matted-fineline-aluminum-frames-8-in-x-10-in-5-in-x-7-in-opening-f0810bd14/product_2136513 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-slim-jim-single-stream-compost-recycling-station-23-gallon-gray-green-2185051/product_24561622 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:54:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-st-louis-missouri-skyline-by-michael-tompsett-16-x-20-black-matted-black-frame-mt0568-b1620bmf/product_2083353 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:54:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-st-louis-missouri-skyline-by-michael-tompsett-16-x-20-white-matted-black-frame-mt0568-b1620mf/product_2083352 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/framatic-metro-seamless-panel-frames-black-4-in-x-6-in-4-in-x-6-in-opening-00406b/product_2135549 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-stargifts-ladybug-party-6-x-7-75-academic-calendar-weekly-planner-paperboard-cover-multicolor-9781975472009/product_24555551 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-slim-jim-stainless-steel-step-trash-can-black-and-metallic-24-gal-1902000/product_1672303 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-ah-the-beach-12-x-12-monthly-wall-calendar-31995/product_24585624 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:54:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-st-louis-missouri-skyline-by-michael-tompsett-22-x-32-canvas-art-mt0568-c2232gg/product_2080093 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spectator-16-x-20-wood-frame-art/product_33803 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:54:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-america-s-backroads-12-x-12-monthly-wall-calendar-32046x/product_24585627 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:54:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spectator-35-x-47-canvas-art/product_33805 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:54:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:54:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spiral-v-by-moises-levy-11-x-14-white-matted-black-frame-ali1137-b1114mf/product_2077480 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-slim-jim-step-on-plastic-step-trash-can-24-gallon-gray-1883606/product_1672283 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:54:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:54:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:54:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-staples-22-x-17-desk-pad-calendar-unlined-black-white-st58448-24/product_24545103 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spiral-v-by-moises-levy-16-x-20-white-matted-black-frame-ali1137-b1620mf/product_2086564 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spirit-and-dignity-by-cateyes-ready-to-hang-16x24-inches/product_253063 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:54:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-staples-24-x-36-wall-calendar-red-st58451-24/product_24545399 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:37 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:37 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-polyester-fire-resistant-wastebasket-7-gallons-beige-fg254300beig/product_44358 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spiritual-food-by-philippe-sainte-laudy-22-x-32-canvas-art-psl0450-c2232gg/product_2077132 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/formax-onsite-32-sheet-cross-cut-shredder-fd-8652cc/product_24600530 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-premier-series-iii-indoor-step-on-trash-can-with-lid-12-4-gallon-black-2120983/product_24485980 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sports-d-hiver-by-arou-ready-to-hang-art/product_255411 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-staples-48-x-32-dry-erase-wall-calendar-gray-white-st58450-24/product_24545703 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-refine-stainless-steel-indoor-trash-can-with-open-lid-21-gallon-silver-2147582/product_24485976 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spring-fling-by-kathie-mccurdy-canvas-art/product_248454 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:54:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spring-iris-11-x-14-black-frame-art/product_314692 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-round-brute-receptacle-w-o-lid-yellow-32-gal-121-12-liters/product_936594 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/formax-paper-joggers-800-sheets-fd402p1/product_1317273 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:54:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-spring-iris-30-x-47-canvas-art/product_314697 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fortify-hard-surface-floor-sealer-envirobox-5-gallons-5104781/product_2411591 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-slim-jim-indoor-lid-gray-plastic-23-gal-fg267360gray/product_896086 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:54:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fourgals-deposit-bags-clear-1000-carton-gal12x15ds/product_590876 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-staples-7-x-9-monthly-planner-black-st52183-24/product_24546727 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/foxmind-gopop-colorio-popping-game-3-years-2291/product_24514245 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-staples-8-x-11-daily-appointment-book-black-st58453-24/product_24545101 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/foxmind-gopop-popping-game-3-10-years-2289/product_24514242 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-staples-8-x-11-four-person-daily-appointment-book-black-st58479-24/product_24545102 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:54:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:54:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-slim-jim-resin-front-step-on-trash-can-8-gallon-black/product_1672355 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:54:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:54:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fragile-electronic-equipment-labels-yellow-black-5-x-3-500-r/product_573206 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-slim-jim-resin-front-step-on-trash-can-8-gallon-gray/product_1672365 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:54:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-st-louis-missouri-skyline-by-michael-tompsett-11-x-14-black-matted-black-frame-mt0568-b1114bmf/product_2082647 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:54:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/framatic-double-matted-fineline-aluminum-frames-8-in-x-10-in-5-in-x-7-in-opening-f0810bd14/product_2136513 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-slim-jim-single-stream-compost-recycling-station-23-gallon-gray-green-2185051/product_24561622 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:54:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-st-louis-missouri-skyline-by-michael-tompsett-16-x-20-black-matted-black-frame-mt0568-b1620bmf/product_2083353 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:54:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-st-louis-missouri-skyline-by-michael-tompsett-16-x-20-white-matted-black-frame-mt0568-b1620mf/product_2083352 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/framatic-metro-seamless-panel-frames-black-4-in-x-6-in-4-in-x-6-in-opening-00406b/product_2135549 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-stargifts-ladybug-party-6-x-7-75-academic-calendar-weekly-planner-paperboard-cover-multicolor-9781975472009/product_24555551 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-ah-the-beach-12-x-12-monthly-wall-calendar-31995/product_24585624 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:54:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-slim-jim-stainless-steel-step-trash-can-black-and-metallic-24-gal-1902000/product_1672303 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-st-louis-missouri-skyline-by-michael-tompsett-22-x-32-canvas-art-mt0568-c2232gg/product_2080093 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:54:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-america-s-backroads-12-x-12-monthly-wall-calendar-32046x/product_24585627 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:44 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:45 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:45 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:45 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:45 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:45 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-slim-jim-step-on-plastic-step-trash-can-24-gallon-gray-1883606/product_1672283 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:45 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:45 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:45 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:45 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:46 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:46 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:46 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:46 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:46 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:46 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:46 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:46 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:46 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:46 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:46 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-american-muscle-cars-12-x-12-monthly-wall-calendar-32060/product_24585577 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/francine-collection-no-5-classic-gray-quilted-nylon-laptop-tote-fftgyno5/product_24590476 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:46 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:47 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:47 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:47 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:47 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:47 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:47 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:47 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:47 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:47 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:47 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:47 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:47 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:47 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:47 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:47 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:47 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:48 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:48 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:48 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:48 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:48 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:48 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:48 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:48 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:48 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:48 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:48 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:48 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:48 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:48 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:48 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:48 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:49 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:49 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:49 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:49 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:49 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:49 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:49 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:49 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:49 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:49 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:49 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:49 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:49 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:49 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:49 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:49 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:50 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:50 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:50 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:50 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:50 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:50 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:50 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:50 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:50 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:50 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:50 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:50 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:50 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:50 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:50 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:50 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:52 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:52 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:52 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:52 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:52 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:52 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:52 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:52 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:52 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:52 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:52 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:52 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:52 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:53 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:53 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-slim-jim-step-on-plastic-trash-can-with-lid-13-gal-black-1883611/product_1672321 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:53 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:53 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-slim-jim-swing-lid-beige/product_967635 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:54:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-astronomy-6-2-x-5-4-daily-desk-calendar-36136x/product_24561010 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stairway-in-shadow-and-light-16-x-20-wood-frame-art/product_315081 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-smokers-pole-aluminum-trash-can-with-no-lid-black-1-06-gallon-fgr1bk/product_818934 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:54 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stairway-in-shadow-and-light-22-x-32-canvas-art/product_315078 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:54:54 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:54:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-backyard-birds-12-x-12-monthly-wall-calendar-32268/product_24561025 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fredrix-stretcher-bar-strips-25-in-pack-of-10-10pk-6025a/product_2132739 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-bad-dad-jokes-6-2-x-5-4-day-to-day-calendar-36150/product_24561054 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fredrix-stretcher-bar-strips-38-in-pack-of-10/product_1717557 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stand-by-by-moises-levy-16-x-16-white-matted-wood-frame-ali1063-w1616mf/product_2084343 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-basic-17-x-12-monthly-desk-pad-calendar-black-white-38987/product_24561055 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-american-muscle-cars-12-x-12-monthly-wall-calendar-32060/product_24585577 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/francine-collection-no-5-classic-gray-quilted-nylon-laptop-tote-fftgyno5/product_24590476 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-basic-17-x-12-monthly-desk-pad-calendar-black-white-38987/product_24588668 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-beach-life-12-x-12-monthly-wall-calendar-37287/product_24561020 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:54:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-starry-night-in-arizona-i-by-moises-levy-11-x-14-white-matted-wood-frame-ali1138-w1114mf/product_2077476 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-beach-life-12-x-12-monthly-wall-calendar-37287/product_24585589 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-tcell-2-odor-control-system-refill-elegance-1957529/product_2726224 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-beaches-12-x-12-wall-calendar-32336/product_24585644 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fresh-fuji-apples-8-pack-900-00040/product_24357426 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-bible-verses-12-x-12-monthly-wall-calendar-32428x/product_24585640 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-tilt-adjustable-footrests-gray-fg4653/product_524546 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-starry-night-in-arizona-iii-by-moises-levy-11-x-14-white-matted-wood-frame-ali1139-w1114mf/product_2077473 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fresh-plain-bagels-6-pack-02998/product_24298443 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-untouchable-indoor-lid-beige-polystyrene-23-gal-fg268988beig/product_540583 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fresh-products-easy-fresh-2-0-fragranced-cover-with-batteries-citrus-12-box-efa1bf10/product_2799738 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-starry-night-in-arizona-iii-by-moises-levy-24-x-32-canvas-art-ali1139-c2432gg/product_2078561 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-butterflies-12-x-12-monthly-wall-calendar-32756/product_24561019 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-cat-astrophe-12-x-12-monthly-wall-calendar-32893/product_24561017 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-staying-in-san-francisco-by-philippe-hugonnard-16-x-20-white-matted-black-frame-ph0133-b1620mf/product_2085553 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:54:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:54:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:54:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:54:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-celestial-17-x-12-monthly-desk-pad-calendar-black-gold-39007x/product_24588661 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:54:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-a-bolder-view-16-x-20-ali0740-b1620mf/product_1727952 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fresh-products-urinal-deodorizer-blocks-cherry-scent-3-oz-red-12-box-12-boxes-carton/product_24543415 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-classic-cars-12-x-12-monthly-wall-calendar-33067x/product_24561087 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-untouchable-waste-container-lids-bottle-can-recycling-top-dark-blue-fg279100dblue/product_936598 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fresh-products-wave-3d-urinal-screens-cucumber-melon-10-box-frs3wds60cme/product_318421 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-a-bolder-view-35-x-47-ali0740-c3547gg/product_1727322 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-cow-yoga-12-x-12-monthly-wall-calendar-33258/product_24561014 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:54:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-value-pro-mop-heads-headband-12-carton-fgv11600wh00/product_958162 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fresh-products-wave-3d-urinal-screens-spiced-apple-10-box-frs3wds60sap/product_318423 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-cow-yoga-12-x-12-monthly-wall-calendar-33258/product_24585611 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-vented-slim-jim-resin-trash-can-16-gallon-black-1955959/product_24542947 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/freshscent-face-body-bar-soap/product_1638783 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-extreme-weather-12-x-12-monthly-wall-calendar-37683x/product_24585656 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/frigidaire-115-volt-5000-btu-window-air-conditioner-with-remote-white-ffra051wae/product_24444214 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-wavebrake-2-0-janitorial-side-press-bucket-and-wringer-35-quart-brown-fg758088brn/product_24366886 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-flowers-12-x-12-monthly-wall-calendar-33517x/product_24561063 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:55:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/frigidaire-26-pound-stainless-steel-countertop-ice-maker-efic117-ss/product_24542691 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-gettin-squirrelly-12-x-12-monthly-wall-calendar-33647x/product_24585634 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubberset-cylindrical-wood-handle-foam-bristle-paint-brush-1-in-w/product_860022 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-god-s-palette-12-x-12-monthly-wall-calendar-33685/product_24585619 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-blue-water-dance-11-x-14-ali0743-w1114mf/product_1729358 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-grateful-thankful-blessed-12-x-12-monthly-wall-calendar-blue-yellow-33760/product_24585566 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-slim-jim-step-on-plastic-trash-can-with-lid-13-gal-black-1883611/product_1672321 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-slim-jim-swing-lid-beige/product_967635 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-astronomy-6-2-x-5-4-daily-desk-calendar-36136x/product_24561010 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:55:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stairway-in-shadow-and-light-16-x-20-wood-frame-art/product_315081 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-smokers-pole-aluminum-trash-can-with-no-lid-black-1-06-gallon-fgr1bk/product_818934 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ruffles-cheddar-sour-cream-potato-chips-1-5-oz-64-carton-44365/product_354804 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stairway-in-shadow-and-light-22-x-32-canvas-art/product_315078 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:55:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-backyard-birds-12-x-12-monthly-wall-calendar-32268/product_24561025 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fredrix-stretcher-bar-strips-25-in-pack-of-10-10pk-6025a/product_2132739 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-bad-dad-jokes-6-2-x-5-4-day-to-day-calendar-36150/product_24561054 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fredrix-stretcher-bar-strips-38-in-pack-of-10/product_1717557 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stand-by-by-moises-levy-16-x-16-white-matted-wood-frame-ali1063-w1616mf/product_2084343 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-basic-17-x-12-monthly-desk-pad-calendar-black-white-38987/product_24561055 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:03 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:03 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:03 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:03 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-basic-17-x-12-monthly-desk-pad-calendar-black-white-38987/product_24588668 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:55:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-beach-life-12-x-12-monthly-wall-calendar-37287/product_24561020 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-starry-night-in-arizona-i-by-moises-levy-11-x-14-white-matted-wood-frame-ali1138-w1114mf/product_2077476 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-beach-life-12-x-12-monthly-wall-calendar-37287/product_24585589 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-tcell-2-odor-control-system-refill-elegance-1957529/product_2726224 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-beaches-12-x-12-wall-calendar-32336/product_24585644 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fresh-fuji-apples-8-pack-900-00040/product_24357426 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-bible-verses-12-x-12-monthly-wall-calendar-32428x/product_24585640 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-tilt-adjustable-footrests-gray-fg4653/product_524546 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-starry-night-in-arizona-iii-by-moises-levy-11-x-14-white-matted-wood-frame-ali1139-w1114mf/product_2077473 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fresh-plain-bagels-6-pack-02998/product_24298443 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-untouchable-indoor-lid-beige-polystyrene-23-gal-fg268988beig/product_540583 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fresh-products-easy-fresh-2-0-fragranced-cover-with-batteries-citrus-12-box-efa1bf10/product_2799738 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-starry-night-in-arizona-iii-by-moises-levy-24-x-32-canvas-art-ali1139-c2432gg/product_2078561 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-butterflies-12-x-12-monthly-wall-calendar-32756/product_24561019 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-cat-astrophe-12-x-12-monthly-wall-calendar-32893/product_24561017 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-staying-in-san-francisco-by-philippe-hugonnard-16-x-20-white-matted-black-frame-ph0133-b1620mf/product_2085553 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:55:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:55:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:55:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:55:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-celestial-17-x-12-monthly-desk-pad-calendar-black-gold-39007x/product_24588661 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:55:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-a-bolder-view-16-x-20-ali0740-b1620mf/product_1727952 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fresh-products-urinal-deodorizer-blocks-cherry-scent-3-oz-red-12-box-12-boxes-carton/product_24543415 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-classic-cars-12-x-12-monthly-wall-calendar-33067x/product_24561087 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-untouchable-waste-container-lids-bottle-can-recycling-top-dark-blue-fg279100dblue/product_936598 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fresh-products-wave-3d-urinal-screens-cucumber-melon-10-box-frs3wds60cme/product_318421 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-a-bolder-view-35-x-47-ali0740-c3547gg/product_1727322 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-cow-yoga-12-x-12-monthly-wall-calendar-33258/product_24561014 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-value-pro-mop-heads-headband-12-carton-fgv11600wh00/product_958162 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fresh-products-wave-3d-urinal-screens-spiced-apple-10-box-frs3wds60sap/product_318423 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-cow-yoga-12-x-12-monthly-wall-calendar-33258/product_24585611 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-vented-slim-jim-resin-trash-can-16-gallon-black-1955959/product_24542947 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/freshscent-face-body-bar-soap/product_1638783 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-extreme-weather-12-x-12-monthly-wall-calendar-37683x/product_24585656 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/frigidaire-115-volt-5000-btu-window-air-conditioner-with-remote-white-ffra051wae/product_24444214 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-flowers-12-x-12-monthly-wall-calendar-33517x/product_24561063 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:09 [scrapy.extensions.logstats] (PID: 171) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2025-12-20 14:55:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubbermaid-wavebrake-2-0-janitorial-side-press-bucket-and-wringer-35-quart-brown-fg758088brn/product_24366886 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:55:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-gettin-squirrelly-12-x-12-monthly-wall-calendar-33647x/product_24585634 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-god-s-palette-12-x-12-monthly-wall-calendar-33685/product_24585619 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/frigidaire-26-pound-stainless-steel-countertop-ice-maker-efic117-ss/product_24542691 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rubberset-cylindrical-wood-handle-foam-bristle-paint-brush-1-in-w/product_860022 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-blue-water-dance-11-x-14-ali0743-w1114mf/product_1729358 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-grateful-thankful-blessed-12-x-12-monthly-wall-calendar-blue-yellow-33760/product_24585566 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ruffles-cheddar-sour-cream-potato-chips-1-5-oz-64-carton-44365/product_354804 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:12 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:12 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:12 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:12 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:12 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:12 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:12 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:12 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:12 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:12 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:12 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:55:12 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:55:13 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:13 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:13 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:13 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:13 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:13 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:13 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:13 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:14 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:14 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:14 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:14 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:14 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:14 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:14 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:14 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:14 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:14 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:14 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:15 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:15 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:15 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:15 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:15 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:15 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:15 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:15 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:15 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:15 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:15 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:15 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:15 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:15 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:15 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:16 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:16 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:16 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:16 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:16 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:16 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:16 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:16 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:16 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:16 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:16 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:16 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:16 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:16 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:16 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:19 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:19 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:19 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:19 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:19 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:19 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:19 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:19 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:19 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:19 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:19 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:19 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:19 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:55:19 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rumi-lighting-led-desk-lamp-14-65-white-matte-erp45st/product_24477002 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/frigidaire-efmis164-1-6-cubic-ft-70-can-compact-refrigerator/product_24542621 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/frigidaire-efr115-b-red-1-6-cubic-ft-50-watt-compact-refrigerator/product_24542668 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-hummingbirds-12-x-12-monthly-wall-calendar-33999x/product_24561073 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:20 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-reflections-on-a-gray-day-24-x-32-ali0744-c2432gg/product_1727361 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rumi-lighting-led-desk-lamp-17-67-glossy-black-erp11st/product_24463560 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:20 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:55:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:55:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:55:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-shallows-of-treasure-creek-16-x-20-ali0745-w1620mf/product_1732286 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/frigidaire-retro-porcelain-electric-water-kettle-with-thermometer-1-79-qt-red-eket125-red/product_24542612 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:55:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-shallows-of-treasure-creek-18-x-24-ali0745-c1824gg/product_1732292 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:55:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:55:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-just-kittens-12-x-12-monthly-wall-calendar-34170/product_24585584 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rumi-lighting-led-table-lamp-brass-erp0142/product_24489008 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fringe-flexible-journal-6-x-8-25-watercolor-floral-969032/product_24377721 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-kittens-puppies-12-x-12-monthly-wall-calendar-34187/product_24561080 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fringe-graphic-dog-lover-ceramic-mug-16-oz-multicolor-399063/product_24231611 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:55:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-shoreline-treasures-11-x-14-ali0746-b1114mf/product_1729353 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-kittens-puppies-12-x-12-monthly-wall-calendar-34187/product_24585579 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fringe-hardcover-journal-6-x-8-large-rose-light-166004/product_24319577 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fringe-journal-9-5-h-x-7-5-w-watercolor-indigo-841028/product_24319538 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-monet-12-x-12-monthly-wall-calendar-34491x/product_24561096 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:55:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rush-charge-air-usb-type-c-power-bank-for-most-smartphones-2500mah-black-rc25-c-g2-blck/product_24466323 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fringe-studio-crazy-cat-lady-16-oz-ceramic-mug-each-399069/product_24337124 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-treasure-at-muscle-beach-11-x-14-ali0747-b1114mf/product_1729345 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:55:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-motivationals-12-x-12-wall-calendar-34538/product_24561030 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-mountain-view-12-x-12-monthly-wall-calendar-34545/product_24561067 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/frito-lay-baked-variety-corn-chips-1-5-oz-bags-60-bags-carton-fri49935/product_2346862 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:55:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rush-charge-max-micro-usb-power-bank-for-most-smartphones-3600mah-gold-m-rc36-g1-gold/product_24466309 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:55:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/frito-lay-variety-corn-chips-30-bags-pack-295-00007/product_2437144 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:55:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:55:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/russell-stover-sugar-free-assorted-chocolate-candy-19-9-oz-220-02268/product_24585381 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:55:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/frogtape-225-1-88-x-60-yds-masking-tape-gold-3-pack-105322/product_24488909 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/russellhazel-10-x-24-dry-erase-weekly-wall-calendar-bundle-clear-white-54446/product_24548606 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:55:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/russellhazel-14-x-8-75-acrylic-laptop-stand-clear-51183/product_24538130 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:55:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/frooties-grape-chewy-candy-38-8-oz-too7801/product_930330 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/russellhazel-5-25-x-12-5-pegboard-shelf-clear-gold-69146/product_24594234 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/russellhazel-5-compartment-acrylic-mobile-caddy-clear-93921/product_24594244 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/frosted-holiday-wishes-letterhead-8-5-w-x-11-l-250-pack-2011593/product_401042 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fruit-by-the-foot-gluten-free-fruit-strips-variety-pack-0-75-oz-209-00408/product_2102173 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fuel-laptop-backpack-large-black-110560st-blk/product_24581767 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-press-ah-the-beach-tropical-box-calendar-daily-desk-5-5-x-6-36105/product_24574716 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fuel-lunch-bag-lavender-camo-010390st-ac8/product_24510206 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:55:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:55:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fuel-terra-sport-bungee-backpack-pink-camo-117870st-flc/product_24546289 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/russellhazel-acrylic-book-ends-11-h-clear-40807/product_24548608 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fujifilm-instax-mini-11-16654762-instant-camera-purple/product_24472903 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:55:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-still-life-with-teapots-18-x-24-canvas-art/product_313454 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:55:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rumi-lighting-led-desk-lamp-14-65-white-matte-erp45st/product_24477002 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/frigidaire-efmis164-1-6-cubic-ft-70-can-compact-refrigerator/product_24542621 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-hummingbirds-12-x-12-monthly-wall-calendar-33999x/product_24561073 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/frigidaire-efr115-b-red-1-6-cubic-ft-50-watt-compact-refrigerator/product_24542668 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-press-dare-greatly-daily-quotes-and-inspiration-box-calendar-daily-desk-5-5-x-6-36303/product_24575033 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-reflections-on-a-gray-day-24-x-32-ali0744-c2432gg/product_1727361 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rumi-lighting-led-desk-lamp-17-67-glossy-black-erp11st/product_24463560 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:55:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:55:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:55:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-shallows-of-treasure-creek-16-x-20-ali0745-w1620mf/product_1732286 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/frigidaire-retro-porcelain-electric-water-kettle-with-thermometer-1-79-qt-red-eket125-red/product_24542612 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:55:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-shallows-of-treasure-creek-18-x-24-ali0745-c1824gg/product_1732292 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:30 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:30 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:30 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:30 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-just-kittens-12-x-12-monthly-wall-calendar-34170/product_24585584 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rumi-lighting-led-table-lamp-brass-erp0142/product_24489008 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fringe-flexible-journal-6-x-8-25-watercolor-floral-969032/product_24377721 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-kittens-puppies-12-x-12-monthly-wall-calendar-34187/product_24561080 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fringe-graphic-dog-lover-ceramic-mug-16-oz-multicolor-399063/product_24231611 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:55:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-shoreline-treasures-11-x-14-ali0746-b1114mf/product_1729353 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-kittens-puppies-12-x-12-monthly-wall-calendar-34187/product_24585579 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fringe-hardcover-journal-6-x-8-large-rose-light-166004/product_24319577 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fringe-journal-9-5-h-x-7-5-w-watercolor-indigo-841028/product_24319538 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-monet-12-x-12-monthly-wall-calendar-34491x/product_24561096 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:55:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fringe-studio-crazy-cat-lady-16-oz-ceramic-mug-each-399069/product_24337124 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rush-charge-air-usb-type-c-power-bank-for-most-smartphones-2500mah-black-rc25-c-g2-blck/product_24466323 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stephen-stavast-treasure-at-muscle-beach-11-x-14-ali0747-b1114mf/product_1729345 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:55:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-motivationals-12-x-12-wall-calendar-34538/product_24561030 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-mountain-view-12-x-12-monthly-wall-calendar-34545/product_24561067 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/frito-lay-baked-variety-corn-chips-1-5-oz-bags-60-bags-carton-fri49935/product_2346862 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:55:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rush-charge-max-micro-usb-power-bank-for-most-smartphones-3600mah-gold-m-rc36-g1-gold/product_24466309 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:55:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/frito-lay-variety-corn-chips-30-bags-pack-295-00007/product_2437144 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:55:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:55:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/russell-stover-sugar-free-assorted-chocolate-candy-19-9-oz-220-02268/product_24585381 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:55:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/frogtape-225-1-88-x-60-yds-masking-tape-gold-3-pack-105322/product_24488909 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/russellhazel-10-x-24-dry-erase-weekly-wall-calendar-bundle-clear-white-54446/product_24548606 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:55:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/russellhazel-14-x-8-75-acrylic-laptop-stand-clear-51183/product_24538130 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:55:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/frooties-grape-chewy-candy-38-8-oz-too7801/product_930330 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/russellhazel-5-25-x-12-5-pegboard-shelf-clear-gold-69146/product_24594234 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/russellhazel-5-compartment-acrylic-mobile-caddy-clear-93921/product_24594244 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/frosted-holiday-wishes-letterhead-8-5-w-x-11-l-250-pack-2011593/product_401042 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fruit-by-the-foot-gluten-free-fruit-strips-variety-pack-0-75-oz-209-00408/product_2102173 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fuel-laptop-backpack-large-black-110560st-blk/product_24581767 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-press-ah-the-beach-tropical-box-calendar-daily-desk-5-5-x-6-36105/product_24574716 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fuel-lunch-bag-lavender-camo-010390st-ac8/product_24510206 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:55:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:55:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fuel-terra-sport-bungee-backpack-pink-camo-117870st-flc/product_24546289 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/russellhazel-acrylic-book-ends-11-h-clear-40807/product_24548608 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fujifilm-instax-mini-11-16654762-instant-camera-purple/product_24472903 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:55:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-still-life-with-teapots-18-x-24-canvas-art/product_313454 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:37 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:38 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:38 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:38 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-press-dare-greatly-daily-quotes-and-inspiration-box-calendar-daily-desk-5-5-x-6-36303/product_24575033 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:38 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:38 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:38 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:38 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:38 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:38 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:38 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:38 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:38 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:39 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:39 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:39 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:39 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:39 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:39 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:39 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:39 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:39 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/russellhazel-acrylic-file-box-bundle-letter-size-clear-57948/product_24548602 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:39 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/russellhazel-acrylic-file-box-letter-size-clear-55712/product_24539036 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:39 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:39 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:40 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:40 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:40 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:40 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:40 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:40 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:40 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:40 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:40 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:40 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:40 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:40 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:40 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:40 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:40 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:40 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:41 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:41 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:41 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:41 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:41 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:41 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:41 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:41 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:41 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:41 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:41 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:41 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:41 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:41 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:41 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:41 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:42 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:42 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:42 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:42 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:42 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:42 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:42 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:42 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:42 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:42 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:42 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:42 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:42 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:42 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:42 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:42 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:43 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:43 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:43 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:43 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:43 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:43 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:43 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:43 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:43 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:43 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:43 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:43 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:43 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:43 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:43 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:43 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:44 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:44 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:44 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:44 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:44 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:44 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:44 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:44 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:45 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:45 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:45 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:55:45 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:45 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:45 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:45 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:45 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:45 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:45 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:46 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:46 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:46 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:46 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:55:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-still-life-with-violin-and-guitar-14-x-19-canvas-art/product_313461 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:46 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fujifilm-monochrome-instax-film-10pk/product_2637040 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:55:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-press-mom-s-planner-2024-wall-calendar-12-x-12-34484/product_24574786 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:47 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fujitsu-brake-roller-for-fi-7140-fi-7240-fi-7160-fi-7260-fi-7180-fi-7280-fi-7300nx-scanners-pa03670-0001/product_IM16KF912 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/russellhazel-bloc-2-compartment-stackable-acrylic-pencil-cup-with-monthly-calendar-clear-gold-93917/product_24594236 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-still-useful-by-lois-bryan-canvas-ready-to-hang-16x24-inches/product_249686 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:55:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:55:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:55:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fujitsu-fi-7460-pa03710-b055-desktop-scanner-black-white/product_IM13V6541 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stockholm-sweden-skyline-by-michael-tompsett-12-x-19-canvas-art-mt0784-c1219gg/product_2078983 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/russellhazel-acrylic-file-box-bundle-letter-size-clear-57948/product_24548602 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/russellhazel-acrylic-file-box-letter-size-clear-55712/product_24539036 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-press-what-goldens-teach-us-engagement-calendar-weekly-planner-6-5-x-8-5-spiral-37935/product_24574729 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:55:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/russellhazel-bloc-collator-clear-acrylic-31732/product_24448333 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fujitsu-fi-7700-pa03740-b005-desktop-scanner-black-white/product_IM19X3943 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stockholm-sweden-skyline-by-michael-tompsett-16-x-24-canvas-art-mt0784-c1624gg/product_2077992 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:55:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stockholm-sweden-skyline-by-michael-tompsett-30-x-47-canvas-art-mt0784-c3047gg/product_2081487 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fujitsu-fi-8170-cg01000-303001-duplex-desktop-document-scanner-with-paper-stream-capture-pro-software-license-black-white/product_24528004 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/russellhazel-bloc-stackable-plastic-desk-storage-clear-31727/product_24448331 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-storm-on-pacific-coast-18-x-24-canvas-art/product_314192 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fujitsu-fi-8170-cg01000-303101-document-scanner-with-3-additional-years-of-advance-exchange-service-black-white/product_24528005 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/russellhazel-bloc-stackable-rotating-acrylic-desk-tray-clear-93920/product_24594238 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/russellhazel-collator-with-valet-clear-acrylic-31382/product_24514172 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fujitsu-pa03450-k012-separator-roller-for-fi-5900c-color-scanner/product_IM16KF896 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-storm-on-the-irish-coast-35-x-47-canvas-art/product_313983 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fujitsu-pa03450-k014-scanner-pad-assembly-for-fi-5900c-scanner/product_IM16KF898 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/russellhazel-drafter-s-tablet-notepad-6-38-x-8-88-black-white-100-sheets-pad-40441/product_24448287 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:55:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:55:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fujitsu-pick-rollers-for-fi-6400-fi-6800-fi-7800-fi-7900-2-set-pa03575-k011/product_IM16KF903 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-succulents-17-x-12-monthly-desk-pad-calendar-39014/product_24561012 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-sunrise-sunset-12-x-12-monthly-wall-calendar-35535/product_24561051 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/russellhazel-mini-pocket-folder-white-31766/product_24448313 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:55:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-sunrise-sunset-12-x-12-monthly-wall-calendar-35535/product_24585602 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:55:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/russellhazel-noire-desktop-stapler-15-sheet-matte-black-40461/product_24448332 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:55:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-travel-junkie-12-x-12-monthly-wall-calendar-37522/product_24585646 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:55:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/russellhazel-rail-transparent-acrylic-44622/product_24448340 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/russellhazel-signature-3-hole-punch-5-sheet-capacity-clear-44629/product_24448336 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-van-gogh-12-x-12-monthly-wall-calendar-35740/product_24585626 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fujitsu-sp-1130n-duplex-document-scanner-white-pa03811-b025/product_IM17YW123 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:55:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sugar-low-11-x-14-wood-frame-art/product_501549 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-what-cats-teach-us-6-x-5-5-daily-day-to-day-calendar-multicolor-36594/product_24575042 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fun-fabulous-25-00-gift-card-email-delivery-1023994b2500/product_24577672 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:55:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:55:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-what-horses-teach-us-6-x-5-5-daily-day-to-day-calendar-multicolor-36617/product_24575027 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fun-fabulous-gift-card-email-delivery/product_SS239292590 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:55:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:55:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sugar-spice-by-grace-riley-18x18-canvas-art-18x18-inches/product_248315 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-wildflowers-12-x-12-monthly-wall-calendar-35986/product_24585598 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rust-oleum-hard-hat-v2100-gloss-flat-spray-paint-black-15-oz-6-pack-v2178838/product_24490492 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fun-science-plastic-tweezers-4-per-pack-3-packs-fi-t07-3/product_24515143 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:55:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-still-life-with-violin-and-guitar-14-x-19-canvas-art/product_313461 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-11-x-14-wood-frame-art/product_317649 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fujifilm-monochrome-instax-film-10pk/product_2637040 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-press-mom-s-planner-2024-wall-calendar-12-x-12-34484/product_24574786 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:55:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/russellhazel-bloc-2-compartment-stackable-acrylic-pencil-cup-with-monthly-calendar-clear-gold-93917/product_24594236 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fujitsu-brake-roller-for-fi-7140-fi-7240-fi-7160-fi-7260-fi-7180-fi-7280-fi-7300nx-scanners-pa03670-0001/product_IM16KF912 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-still-useful-by-lois-bryan-canvas-ready-to-hang-16x24-inches/product_249686 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:55:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:55:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:55:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fujitsu-fi-7460-pa03710-b055-desktop-scanner-black-white/product_IM13V6541 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stockholm-sweden-skyline-by-michael-tompsett-12-x-19-canvas-art-mt0784-c1219gg/product_2078983 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:57 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:57 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:57 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:57 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:55:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-press-what-goldens-teach-us-engagement-calendar-weekly-planner-6-5-x-8-5-spiral-37935/product_24574729 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:55:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/russellhazel-bloc-collator-clear-acrylic-31732/product_24448333 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fujitsu-fi-7700-pa03740-b005-desktop-scanner-black-white/product_IM19X3943 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stockholm-sweden-skyline-by-michael-tompsett-16-x-24-canvas-art-mt0784-c1624gg/product_2077992 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-stockholm-sweden-skyline-by-michael-tompsett-30-x-47-canvas-art-mt0784-c3047gg/product_2081487 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fujitsu-fi-8170-cg01000-303001-duplex-desktop-document-scanner-with-paper-stream-capture-pro-software-license-black-white/product_24528004 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:55:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/russellhazel-bloc-stackable-plastic-desk-storage-clear-31727/product_24448331 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-storm-on-pacific-coast-18-x-24-canvas-art/product_314192 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fujitsu-fi-8170-cg01000-303101-document-scanner-with-3-additional-years-of-advance-exchange-service-black-white/product_24528005 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/russellhazel-bloc-stackable-rotating-acrylic-desk-tray-clear-93920/product_24594238 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/russellhazel-collator-with-valet-clear-acrylic-31382/product_24514172 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fujitsu-pa03450-k012-separator-roller-for-fi-5900c-color-scanner/product_IM16KF896 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-storm-on-the-irish-coast-35-x-47-canvas-art/product_313983 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fujitsu-pa03450-k014-scanner-pad-assembly-for-fi-5900c-scanner/product_IM16KF898 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/russellhazel-drafter-s-tablet-notepad-6-38-x-8-88-black-white-100-sheets-pad-40441/product_24448287 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:55:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:55:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:55:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fujitsu-pick-rollers-for-fi-6400-fi-6800-fi-7800-fi-7900-2-set-pa03575-k011/product_IM16KF903 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-succulents-17-x-12-monthly-desk-pad-calendar-39014/product_24561012 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:56:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-sunrise-sunset-12-x-12-monthly-wall-calendar-35535/product_24561051 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/russellhazel-mini-pocket-folder-white-31766/product_24448313 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-sunrise-sunset-12-x-12-monthly-wall-calendar-35535/product_24585602 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:56:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/russellhazel-noire-desktop-stapler-15-sheet-matte-black-40461/product_24448332 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:56:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-travel-junkie-12-x-12-monthly-wall-calendar-37522/product_24585646 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:56:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/russellhazel-rail-transparent-acrylic-44622/product_24448340 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/russellhazel-signature-3-hole-punch-5-sheet-capacity-clear-44629/product_24448336 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-van-gogh-12-x-12-monthly-wall-calendar-35740/product_24585626 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fujitsu-sp-1130n-duplex-document-scanner-white-pa03811-b025/product_IM17YW123 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:56:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sugar-low-11-x-14-wood-frame-art/product_501549 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-what-cats-teach-us-6-x-5-5-daily-day-to-day-calendar-multicolor-36594/product_24575042 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fun-fabulous-25-00-gift-card-email-delivery-1023994b2500/product_24577672 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:56:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:56:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-what-horses-teach-us-6-x-5-5-daily-day-to-day-calendar-multicolor-36617/product_24575027 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fun-fabulous-gift-card-email-delivery/product_SS239292590 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:56:03 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:03 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sugar-spice-by-grace-riley-18x18-canvas-art-18x18-inches/product_248315 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rust-oleum-hard-hat-v2100-gloss-flat-spray-paint-black-15-oz-6-pack-v2178838/product_24490492 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-wildflowers-12-x-12-monthly-wall-calendar-35986/product_24585598 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fun-science-plastic-tweezers-4-per-pack-3-packs-fi-t07-3/product_24515143 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:04 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:04 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:04 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-11-x-14-wood-frame-art/product_317649 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:04 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:04 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:04 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:04 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:04 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:04 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:04 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:04 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:04 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:04 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:04 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:05 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:05 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:05 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:05 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:05 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:05 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:05 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:05 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:05 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:05 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-yorkies-6-x-5-5-daily-day-to-day-calendar-multicolor-36624/product_24575176 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:56:05 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:05 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:06 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:06 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:06 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:06 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:06 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:06 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:06 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:06 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:07 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:07 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:07 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:07 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:07 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:07 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:07 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:07 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:07 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:07 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:07 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:07 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:07 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:07 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:08 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:08 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:08 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:08 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:08 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:08 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:08 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:08 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:08 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:08 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:08 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:08 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:08 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:09 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:09 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:09 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:09 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:09 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:09 [scrapy.extensions.logstats] (PID: 171) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2025-12-20 14:56:09 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:09 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:09 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:09 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:09 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:09 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:09 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:09 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:56:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:12 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:12 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:12 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:12 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:12 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:12 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:12 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:12 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-18-x-24-canvas-art/product_317646 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:12 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/function101-bentostack-tech-accessory-organizer/product_SS226547681 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:56:12 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-blush-by-manor-shadian-11-x-14-black-matted-black-frame-ma0611-b1114bmf/product_2082174 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rust-oleum-industrial-choice-multipurpose-enamel-spray-primer-gray-12-oz-6-pack-1680830v/product_24552448 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:56:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-blush-by-manor-shadian-11-x-14-black-matted-wood-frame-ma0611-w1114bmf/product_2082129 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:56:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-blush-by-manor-shadian-11-x-14-white-matted-wood-frame-ma0611-w1114mf/product_2082128 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/function101-cable-blocks/product_SS226547621 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rust-oleum-industrial-choice-precision-line-inverted-marking-paint-safety-red-17-oz-12-pack-203038/product_24552444 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:56:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-2026-house-of-doolittle-24-x-37-wet-erase-yearly-wall-calendar-reversible-white-blue-3964-25/product_24597398 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2024-willow-creek-yorkies-6-x-5-5-daily-day-to-day-calendar-multicolor-36624/product_24575176 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:56:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/function101-elevate-10-94-x-10-plastic-laptop-stand-black-f101-elblk/product_24585715 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-evening-1888-14-x-19-canvas-art/product_495147 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:56:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/function101-magsafe-coaster-charger-navy-f101-mcna1/product_24585726 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/function101-stay-cable-lightning-to-usb-c-charging-cable-2-ft-black-f101-sclbb/product_24585706 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-evening-on-the-farm-14-x-19-canvas-art/product_315100 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-12-x-27-three-month-wall-calendar-white-purple-pm11-28-25/product_24582772 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-evening-on-the-farm-16-x-20-wood-frame-art/product_315105 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-15-5-x-22-75-monthly-wet-erasable-wall-calendar-pmlm03-28-25/product_24582789 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:56:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:56:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-17-75-x-11-monthly-desk-pad-calendar-white-black-sk14-00-25/product_24582709 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-farm-14-x-19-canvas-art/product_314898 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fusion-pencil-cup-holder-white-gray-37524/product_2432541 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:56:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/g-force-1-73-4-piece-silicone-toiletry-bag-kit-assorted-colors-26815/product_24597931 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/g-force-6-piece-fabric-travel-pouch-set-water-resistant-black-27105-black/product_24597926 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/g-force-6-piece-fabric-travel-pouch-set-water-resistant-cashmere-27105-cashmere/product_24597928 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-field-of-poppies-35-x-47-canvas-art/product_314271 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/sabra-classic-hummus-with-pretzels-4-56-oz-6-pack-30080/product_24428549 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:56:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:56:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/sabra-grab-go-guacamole-snackers-with-tostitos-dipping-rolls-snack-kit-2-8-oz-6-pack-301682/product_24428557 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-in-giverny-35-x-47-canvas-art/product_313986 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-24-x-19-monthly-desk-pad-calendar-white-black-sk30-00-25/product_24582732 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-love-canvas-art/product_250800 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:56:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-3-25-x-6-5-monthly-planner-refill-white-gray-064-287-25/product_24583056 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-rain-11-x-14-black-frame-art/product_312941 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:56:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-3-75-x-6-75-weekly-monthly-planner-refill-white-brown-471-285y-25/product_24583017 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:56:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/g-tek-coated-work-gloves-active-grip-seamless-nylon-knit-with-nitrile-coating-small-12-pr/product_177595 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-36-x-24-yearly-wet-erase-wall-calendar-reversible-white-blue-a1102-25/product_24582694 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/g-tek-coated-work-gloves-cl-seamless-cotton-polyester-knit-with-latex-coating-xl-12-pairs-39-1310-xl/product_179961 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:56:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-sea-18-x-24-canvas-art/product_314005 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:56:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/sadie-mid-back-task-chair-no-arm-bsxvst101/product_2712721 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-sea-35-x-47-canvas-art/product_314007 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/saf-t-cart-series-800-standard-cylinder-cart-23-in-capacity-44-in-h-x-35-in-w/product_764413 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sun-room-18-x-24-canvas-art/product_314195 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-48-x-32-yearly-wet-erase-wall-calendar-reversible-white-blue-a1152-25/product_24582727 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:56:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-48-x-32-yearly-wet-erase-wall-calendar-reversible-white-blue-pm300-28-25/product_24582737 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunburst-hibiscus-by-kurt-shaffer-11-x-14-white-matted-black-frame-ks01088-b1114mf/product_2082259 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:56:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:56:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-18-x-24-canvas-art/product_317646 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/function101-bentostack-tech-accessory-organizer/product_SS226547681 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:56:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:56:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rust-oleum-industrial-choice-multipurpose-enamel-spray-primer-gray-12-oz-6-pack-1680830v/product_24552448 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-blush-by-manor-shadian-11-x-14-black-matted-black-frame-ma0611-b1114bmf/product_2082174 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:56:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-blush-by-manor-shadian-11-x-14-black-matted-wood-frame-ma0611-w1114bmf/product_2082129 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/function101-cable-blocks/product_SS226547621 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-blush-by-manor-shadian-11-x-14-white-matted-wood-frame-ma0611-w1114mf/product_2082128 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:56:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/rust-oleum-industrial-choice-precision-line-inverted-marking-paint-safety-red-17-oz-12-pack-203038/product_24552444 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:23 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-2026-house-of-doolittle-24-x-37-wet-erase-yearly-wall-calendar-reversible-white-blue-3964-25/product_24597398 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:23 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:56:23 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:23 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/function101-elevate-10-94-x-10-plastic-laptop-stand-black-f101-elblk/product_24585715 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-evening-1888-14-x-19-canvas-art/product_495147 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:56:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/function101-magsafe-coaster-charger-navy-f101-mcna1/product_24585726 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-evening-on-the-farm-16-x-20-wood-frame-art/product_315105 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-evening-on-the-farm-14-x-19-canvas-art/product_315100 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/function101-stay-cable-lightning-to-usb-c-charging-cable-2-ft-black-f101-sclbb/product_24585706 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-12-x-27-three-month-wall-calendar-white-purple-pm11-28-25/product_24582772 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-15-5-x-22-75-monthly-wet-erasable-wall-calendar-pmlm03-28-25/product_24582789 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:56:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:56:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-17-75-x-11-monthly-desk-pad-calendar-white-black-sk14-00-25/product_24582709 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-farm-14-x-19-canvas-art/product_314898 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:56:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/fusion-pencil-cup-holder-white-gray-37524/product_2432541 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/g-force-1-73-4-piece-silicone-toiletry-bag-kit-assorted-colors-26815/product_24597931 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/g-force-6-piece-fabric-travel-pouch-set-water-resistant-black-27105-black/product_24597926 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/g-force-6-piece-fabric-travel-pouch-set-water-resistant-cashmere-27105-cashmere/product_24597928 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-field-of-poppies-35-x-47-canvas-art/product_314271 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/sabra-classic-hummus-with-pretzels-4-56-oz-6-pack-30080/product_24428549 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/sabra-grab-go-guacamole-snackers-with-tostitos-dipping-rolls-snack-kit-2-8-oz-6-pack-301682/product_24428557 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:56:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:56:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-in-giverny-35-x-47-canvas-art/product_313986 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-24-x-19-monthly-desk-pad-calendar-white-black-sk30-00-25/product_24582732 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-love-canvas-art/product_250800 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:56:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-3-25-x-6-5-monthly-planner-refill-white-gray-064-287-25/product_24583056 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-rain-11-x-14-black-frame-art/product_312941 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-3-75-x-6-75-weekly-monthly-planner-refill-white-brown-471-285y-25/product_24583017 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:56:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:56:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/g-tek-coated-work-gloves-active-grip-seamless-nylon-knit-with-nitrile-coating-small-12-pr/product_177595 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-36-x-24-yearly-wet-erase-wall-calendar-reversible-white-blue-a1102-25/product_24582694 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/g-tek-coated-work-gloves-cl-seamless-cotton-polyester-knit-with-latex-coating-xl-12-pairs-39-1310-xl/product_179961 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:56:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-sea-18-x-24-canvas-art/product_314005 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:56:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/sadie-mid-back-task-chair-no-arm-bsxvst101/product_2712721 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-summer-sea-35-x-47-canvas-art/product_314007 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/saf-t-cart-series-800-standard-cylinder-cart-23-in-capacity-44-in-h-x-35-in-w/product_764413 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sun-room-18-x-24-canvas-art/product_314195 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-48-x-32-yearly-wet-erase-wall-calendar-reversible-white-blue-a1152-25/product_24582727 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:29 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:29 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-48-x-32-yearly-wet-erase-wall-calendar-reversible-white-blue-pm300-28-25/product_24582737 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunburst-hibiscus-by-kurt-shaffer-11-x-14-white-matted-black-frame-ks01088-b1114mf/product_2082259 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:56:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:56:30 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:30 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:56:30 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:30 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:30 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:30 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:30 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:30 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:30 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:30 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:30 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:30 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:30 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:30 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:31 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:31 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:31 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:31 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:31 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:31 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:31 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:31 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:31 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:56:31 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunburst-hibiscus-by-kurt-shaffer-22-x-32-canvas-art-ks01088-c2232gg/product_2080103 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:31 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:32 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:32 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:32 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:32 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:32 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:32 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:32 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:32 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:32 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:32 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:32 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:32 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:32 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:33 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:33 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:33 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:33 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:33 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:33 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:33 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:33 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:33 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:33 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:33 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:33 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:34 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:34 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:34 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:34 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:34 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:34 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:34 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:34 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:34 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:34 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:34 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:34 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:34 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:34 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:34 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:34 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:35 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:35 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:35 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:35 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:35 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:35 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:35 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:35 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:35 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:35 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:35 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:35 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:35 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:35 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:35 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:35 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:36 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:36 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:36 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:36 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:36 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:36 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:36 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:36 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:37 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:37 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:37 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:37 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:37 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunday-in-the-park-18-x-24-canvas-art/product_314065 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:37 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:37 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:38 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:38 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:38 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:38 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:38 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:38 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-2-drawer-flat-file-cabinet-not-assembled-specialty-white-4995whr/product_278923 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:38 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:38 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunflower-14-x-14-canvas-art/product_33547 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:38 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-2-nylon-glides-5-set/product_1965755 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:39 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunflower-5-16-x-20-wood-frame-art/product_317673 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-6-x-3-5-daily-desk-calendar-refill-white-black-e717r-50-25/product_24582816 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-7-x-10-monthly-planner-faux-leather-cover-black-70-432-05-25/product_24583028 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-2-shelf-metal-mobile-mail-cart-with-swivel-wheels-gray-5235gr/product_465522 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:56:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunflower-blossom-bouquet-by-sheila-golden-11-x-11-white-matted-black-frame-sg5734-b1111mf/product_2081091 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:56:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:56:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:56:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunburst-hibiscus-by-kurt-shaffer-22-x-32-canvas-art-ks01088-c2232gg/product_2080103 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/g-tek-kev-seamless-knit-nitrile-coated-cut-resistant-gloves-ansi-a2-yellow-x-large-12-pairs-09-k1450-m/product_179391 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-28-learn-nesting-desk-pebble-gray-1227gr/product_24486100 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:56:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-8-25-x-11-weekly-appointment-book-planner-faux-leather-cover-navy-70-950-20-25/product_24583070 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-29-1-2-h-aberdeen-low-wall-cabinet-gray-steel-alclgs/product_1967062 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunflower-blossom-bouquet-by-sheila-golden-18-x-18-canvas-art-sg5731-c1818gg/product_2085321 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:56:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-29-5-w-x-22-75-d-laminate-refreshment-stand-black-8963bl/product_148414 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gain-aroma-boost-he-liquid-laundry-detergent-107-loads-154-oz-77273/product_24528371 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-8-5-x-5-5-daily-monthly-planner-refill-white-brown-481-225a-25/product_24583018 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:56:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunflower-by-kurt-shaffer-gallery-wrapped/product_248869 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunflower-by-michael-harrison-11-x-11-white-matted-silver-frame-ali0294-s1111mf/product_2079283 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-8-x-11-4-person-daily-appointment-book-faux-leather-cover-black-70-822-05-25/product_24582731 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:56:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:56:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gain-flings-laundry-detergent-soap-pacs-he-compatible-76-count-long-lasting-scent-original-scent/product_24528382 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:56:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gain-ultra-liquid-dish-soap-original-scent-38-oz-74346/product_24533117 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-8-x-5-daily-desk-pad-calendar-refill-white-black-e458-50-25/product_24582811 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:56:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-9-x-11-monthly-planner-faux-leather-cover-navy-70-260-20-25/product_24582734 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:56:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-3500-series-ergonomic-leather-executive-big-tall-chair-400-lb-capacity-black-3503bl/product_2736634 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gamestop-gift-card-25-email-delivery/product_179820 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-3500-series-ergonomic-leather-executive-big-tall-chair-500-lb-capacity-black-3502bl/product_2736635 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gamestop-gift-card/product_SS203783006 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunlight-frost-abstract-by-kurt-shaffer-12-x-19-canvas-art-ks01100-c1219gg/product_2079780 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-36-compartment-literature-organizers-32-25-x-38-black-7121bl/product_490364 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunlight-frost-abstract-by-kurt-shaffer-16-x-20-white-matted-black-frame-ks01100-b1620mf/product_2086258 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunlight-frost-abstract-by-kurt-shaffer-16-x-24-canvas-art-ks01100-c1624gg/product_2081013 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunlight-frost-abstract-by-kurt-shaffer-22-x-32-canvas-art-ks01100-c2232gg/product_2077706 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-contemporary-8-25-x-11-weekly-monthly-planner-faux-leather-cover-purple-70-940x-14-25/product_24582781 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gap-gift-card-25-email-delivery/product_970617 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:56:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gap-gift-card-50/product_2634008 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunny-red-flowers-18-x-24-canvas-art/product_317540 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gap-gift-card/product_SS203782932 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-dayminder-3-5-x-6-weekly-appointment-book-planner-faux-leather-cover-black-g250-00-25/product_24583050 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-dayminder-3-5-x-6-weekly-planner-poly-cover-black-sk48-00-25/product_24583047 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gap-options-gift-card-25-email-delivery/product_970558 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-dayminder-5-x-8-daily-planner-faux-leather-cover-black-sk46-00-25/product_24582692 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunrays-14-x-19-canvas-art/product_317165 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-dayminder-5-x-8-weekly-appointment-book-faux-leather-cover-black-g200-00-25/product_24582777 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-47-metal-laminate-workstation-desk-cherry-black-1943cybl/product_86056 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunday-in-the-park-18-x-24-canvas-art/product_314065 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gardetto-s-original-original-snack-mix-1-75-oz-42-bags-pack-gem49448/product_24340177 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-dayminder-7-x-8-5-monthly-planner-faux-leather-cover-black-g400h-00-25/product_24582697 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:56:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-2-drawer-flat-file-cabinet-not-assembled-specialty-white-4995whr/product_278923 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:56:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunflower-14-x-14-canvas-art/product_33547 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-dayminder-7-x-8-75-monthly-planner-faux-leather-cover-black-g400-00-25/product_24582990 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-2-nylon-glides-5-set/product_1965755 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunflower-5-16-x-20-wood-frame-art/product_317673 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-7-x-10-monthly-planner-faux-leather-cover-black-70-432-05-25/product_24583028 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-6-x-3-5-daily-desk-calendar-refill-white-black-e717r-50-25/product_24582816 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-2-shelf-metal-mobile-mail-cart-with-swivel-wheels-gray-5235gr/product_465522 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:56:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunflower-blossom-bouquet-by-sheila-golden-11-x-11-white-matted-black-frame-sg5734-b1111mf/product_2081091 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:56:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:56:49 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:49 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:49 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/g-tek-kev-seamless-knit-nitrile-coated-cut-resistant-gloves-ansi-a2-yellow-x-large-12-pairs-09-k1450-m/product_179391 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-28-learn-nesting-desk-pebble-gray-1227gr/product_24486100 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:56:49 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-29-1-2-h-aberdeen-low-wall-cabinet-gray-steel-alclgs/product_1967062 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-8-25-x-11-weekly-appointment-book-planner-faux-leather-cover-navy-70-950-20-25/product_24583070 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunflower-blossom-bouquet-by-sheila-golden-18-x-18-canvas-art-sg5731-c1818gg/product_2085321 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:56:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-29-5-w-x-22-75-d-laminate-refreshment-stand-black-8963bl/product_148414 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-8-5-x-5-5-daily-monthly-planner-refill-white-brown-481-225a-25/product_24583018 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gain-aroma-boost-he-liquid-laundry-detergent-107-loads-154-oz-77273/product_24528371 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:56:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunflower-by-kurt-shaffer-gallery-wrapped/product_248869 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-8-x-11-4-person-daily-appointment-book-faux-leather-cover-black-70-822-05-25/product_24582731 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunflower-by-michael-harrison-11-x-11-white-matted-silver-frame-ali0294-s1111mf/product_2079283 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:56:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:56:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:56:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gain-flings-laundry-detergent-soap-pacs-he-compatible-76-count-long-lasting-scent-original-scent/product_24528382 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gain-ultra-liquid-dish-soap-original-scent-38-oz-74346/product_24533117 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-8-x-5-daily-desk-pad-calendar-refill-white-black-e458-50-25/product_24582811 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-9-x-11-monthly-planner-faux-leather-cover-navy-70-260-20-25/product_24582734 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:56:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:56:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-3500-series-ergonomic-leather-executive-big-tall-chair-400-lb-capacity-black-3503bl/product_2736634 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gamestop-gift-card-25-email-delivery/product_179820 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gamestop-gift-card/product_SS203783006 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-3500-series-ergonomic-leather-executive-big-tall-chair-500-lb-capacity-black-3502bl/product_2736635 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-36-compartment-literature-organizers-32-25-x-38-black-7121bl/product_490364 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunlight-frost-abstract-by-kurt-shaffer-16-x-20-white-matted-black-frame-ks01100-b1620mf/product_2086258 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunlight-frost-abstract-by-kurt-shaffer-12-x-19-canvas-art-ks01100-c1219gg/product_2079780 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunlight-frost-abstract-by-kurt-shaffer-16-x-24-canvas-art-ks01100-c1624gg/product_2081013 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunlight-frost-abstract-by-kurt-shaffer-22-x-32-canvas-art-ks01100-c2232gg/product_2077706 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-contemporary-8-25-x-11-weekly-monthly-planner-faux-leather-cover-purple-70-940x-14-25/product_24582781 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gap-gift-card-25-email-delivery/product_970617 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:56:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gap-gift-card-50/product_2634008 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gap-gift-card/product_SS203782932 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunny-red-flowers-18-x-24-canvas-art/product_317540 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-dayminder-3-5-x-6-weekly-appointment-book-planner-faux-leather-cover-black-g250-00-25/product_24583050 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-dayminder-3-5-x-6-weekly-planner-poly-cover-black-sk48-00-25/product_24583047 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gap-options-gift-card-25-email-delivery/product_970558 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-dayminder-5-x-8-daily-planner-faux-leather-cover-black-sk46-00-25/product_24582692 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunrays-14-x-19-canvas-art/product_317165 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-dayminder-5-x-8-weekly-appointment-book-faux-leather-cover-black-g200-00-25/product_24582777 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-47-metal-laminate-workstation-desk-cherry-black-1943cybl/product_86056 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:55 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:55 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gardetto-s-original-original-snack-mix-1-75-oz-42-bags-pack-gem49448/product_24340177 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-dayminder-7-x-8-5-monthly-planner-faux-leather-cover-black-g400h-00-25/product_24582697 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:56:56 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:56:56 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:56 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:56 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-dayminder-7-x-8-75-monthly-planner-faux-leather-cover-black-g400-00-25/product_24582990 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:56 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:56 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:57 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:57 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:57 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:57 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:57 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:57 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:57 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:57 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:57 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:57 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:57 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:57 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:57 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:57 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:57 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:57 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:56:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-14-x-19-canvas-art/product_34135 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:56:58 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:58 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:58 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:58 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:58 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:58 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:58 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:58 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:58 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:58 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:58 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:58 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:59 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:59 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:59 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:59 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:59 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:59 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:59 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:59 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:59 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:59 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:59 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:59 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:56:59 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:00 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:00 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:00 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:00 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:00 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:00 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:00 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:00 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:00 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:00 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:00 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:00 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:00 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:01 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:01 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:01 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:01 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:01 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:01 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:01 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:01 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:01 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:01 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:01 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:01 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:01 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:01 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:01 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:01 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:02 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:02 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:02 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:02 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:02 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:02 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:02 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:02 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:02 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:02 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:02 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:02 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:02 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:02 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:02 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:02 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:03 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:03 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:03 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:03 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:03 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:03 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:03 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:03 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:03 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:03 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:03 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:03 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:03 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:03 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:03 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:04 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:04 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:04 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-18-x-24-canvas-art/product_34134 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:04 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:04 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:04 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:04 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:04 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:04 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:57:04 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:05 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:05 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:05 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-5-drawer-steel-flat-file-cabinet-30-x-42-documents-black-4998blr/product_1965848 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-5357-6-shelf-metal-mobile-book-cart-with-swivel-wheels-sand-5357sa/product_147997 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:05 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:05 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-54-workstation-desk-mahogany-medium-oak-1933/product_636146 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-at-point-lobos-by-moises-levy-11-x-11-white-matted-black-frame-ali1082-b1111mf/product_2083839 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:57:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-dayminder-8-x-11-weekly-appointment-book-planner-faux-leather-cover-black-g520h-00-25/product_24582802 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/garmin-010-02060-00-edge-530-gps-cycling-computer/product_24526069 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-at-point-lobos-by-moises-levy-18-x-18-canvas-art-ali1082-c1818gg/product_2085381 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:57:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-72-w-desktop-hutch-gray-ahg72lgs/product_1961523 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-14-x-19-canvas-art/product_34135 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:57:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/garmin-010-02315-00-d-zl-otr1000-10-inch-gps-truck-navigator/product_24526079 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/garmin-010-02347-00-montana-750i-rugged-gps-touchscreen-navigator-with-inreach-technology-8-megapixel-camera/product_24526073 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/garmin-010-02425-00-rv-890-8-in-rv-gps-navigator-with-bluetooth-wi-fi-and-lifetime-maps/product_24526074 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-celebration-by-philippe-sainte-laudy-11x14-frm-art-wht-mtd/product_1551757 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-flip-a-week-7-x-5-5-weekly-desk-calendar-refill-white-blue-sw705x-50-25/product_24582729 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-flip-a-week-7-x-5-5-weekly-desk-calendar-white-purple-sw700x-00-25/product_24582750 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:57:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/garmin-dash-cam-57-140-field-of-view-1440p-hd-010-02505-10/product_24543217 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-harmony-8-5-x-11-weekly-monthly-planner-poly-cover-denim-1099-905-20-25/product_24582793 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-kathy-davis-6-75-x-3-75-weekly-monthly-planner-refill-multicolor-kd71-285y-25/product_24583019 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:57:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:57:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/garrett-pro-pointer-at-metal-detector-orange-1140900/product_24531004 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-kathy-davis-8-5-x-5-5-weekly-monthly-planner-refill-multicolor-kd81-285y-25/product_24583021 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-my-day-5-x-8-daily-appointment-book-faux-leather-cover-black-70-207-05-25/product_24582825 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:57:09 [scrapy.extensions.logstats] (PID: 171) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2025-12-20 14:57:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:57:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gartner-studios-certificate-holders-8-5-x-11-black-gold-6-pack-35003/product_484783 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-plan-write-remember-5-x-8-25-daily-planner-paperboard-cover-brown-orange-70-6201-30-25/product_24582759 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-in-paris-and-new-york-by-philippe-hugonnard-11-x-14-black-matted-black-frame-ph0114-b1114bmf/product_2079665 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gartner-studios-certificates-8-5-x-11-white-silver-15-pack-74938/product_1480197 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-over-the-hudson-by-david-ayash-11-x-14-white-matted-black-frame-ma0642-b1114mf/product_2082056 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:57:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:57:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:57:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:57:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:57:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gartner-studios-chalkboard-tags-24-count-black-18527/product_2465629 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-over-the-hudson-by-david-ayash-22-x-32-canvas-art-ma0642-c2232gg/product_2077406 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-quicknotes-flip-a-week-7-x-5-5-weekly-desk-calendar-refill-multicolor-sw706-50-25/product_24582745 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-aberdeen-storage-cabinet-mocha-1-shelf-29-1-2-h/product_390503 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-recycled-15-x-12-monthly-wall-calendar-green-black-pmg77-28-25/product_24582720 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gartner-studios-foil-heart-and-arrow-seals-24-count-gold-7-x-2-625-18553/product_2465631 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-recycled-7-x-8-75-weekly-monthly-appointment-book-faux-leather-cover-black-70-951g-05-25/product_24582705 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-recycled-8-25-x-11-weekly-monthly-appointment-book-planner-faux-leather-cover-black-70-950g-05-25/product_24583005 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-alphabetter-26-42-plastic-steel-adjustable-desk-white-black-1203de/product_24430958 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-suprematism-11-x-14-black-frame-art/product_313467 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-recycled-9-x-11-monthly-planner-faux-leather-cover-black-70-260g-05-25/product_24583036 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gartner-studios-kraft-text-invite-6-x-4-10-count-19457/product_2465614 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-recycled-9-x-11-monthly-planner-faux-leather-cover-green-70-260g-60-25/product_24583033 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-seascapes-8-5-x-5-5-daily-monthly-planner-refill-white-brown-481-125-25/product_24583049 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-alphabetter-28-student-desk-dry-erase-1224de/product_24488065 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:57:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:57:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gartner-studios-seal-gold-24-pack-18550/product_1966005 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-18-x-24-canvas-art/product_34134 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-suprematist-composition-14-x-24-canvas-art/product_313478 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-simplified-by-emily-ley-8-5-x-5-5-daily-monthly-planner-refill-multicolor-el100-4311-25/product_24583041 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-alphabetter-beige-desktop-with-book-box-26-42-h-x-36-w-x-24-d/product_829940 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:57:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:57:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-5-drawer-steel-flat-file-cabinet-30-x-42-documents-black-4998blr/product_1965848 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-5357-6-shelf-metal-mobile-book-cart-with-swivel-wheels-sand-5357sa/product_147997 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-simplified-by-emily-ley-8-5-x-5-88-weekly-refill-multicolor-el100-4111-25/product_24583053 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-54-workstation-desk-mahogany-medium-oak-1933/product_636146 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-at-point-lobos-by-moises-levy-11-x-11-white-matted-black-frame-ali1082-b1111mf/product_2083839 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:57:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-dayminder-8-x-11-weekly-appointment-book-planner-faux-leather-cover-black-g520h-00-25/product_24582802 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/garmin-010-02060-00-edge-530-gps-cycling-computer/product_24526069 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-at-point-lobos-by-moises-levy-18-x-18-canvas-art-ali1082-c1818gg/product_2085381 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:57:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-72-w-desktop-hutch-gray-ahg72lgs/product_1961523 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:15 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:15 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:15 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:15 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/garmin-010-02347-00-montana-750i-rugged-gps-touchscreen-navigator-with-inreach-technology-8-megapixel-camera/product_24526073 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/garmin-010-02315-00-d-zl-otr1000-10-inch-gps-truck-navigator/product_24526079 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/garmin-010-02425-00-rv-890-8-in-rv-gps-navigator-with-bluetooth-wi-fi-and-lifetime-maps/product_24526074 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-celebration-by-philippe-sainte-laudy-11x14-frm-art-wht-mtd/product_1551757 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-flip-a-week-7-x-5-5-weekly-desk-calendar-refill-white-blue-sw705x-50-25/product_24582729 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-flip-a-week-7-x-5-5-weekly-desk-calendar-white-purple-sw700x-00-25/product_24582750 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/garmin-dash-cam-57-140-field-of-view-1440p-hd-010-02505-10/product_24543217 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:57:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-harmony-8-5-x-11-weekly-monthly-planner-poly-cover-denim-1099-905-20-25/product_24582793 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-kathy-davis-6-75-x-3-75-weekly-monthly-planner-refill-multicolor-kd71-285y-25/product_24583019 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:57:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:57:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-kathy-davis-8-5-x-5-5-weekly-monthly-planner-refill-multicolor-kd81-285y-25/product_24583021 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/garrett-pro-pointer-at-metal-detector-orange-1140900/product_24531004 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:57:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-my-day-5-x-8-daily-appointment-book-faux-leather-cover-black-70-207-05-25/product_24582825 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:57:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gartner-studios-certificate-holders-8-5-x-11-black-gold-6-pack-35003/product_484783 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-plan-write-remember-5-x-8-25-daily-planner-paperboard-cover-brown-orange-70-6201-30-25/product_24582759 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-in-paris-and-new-york-by-philippe-hugonnard-11-x-14-black-matted-black-frame-ph0114-b1114bmf/product_2079665 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-over-the-hudson-by-david-ayash-11-x-14-white-matted-black-frame-ma0642-b1114mf/product_2082056 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gartner-studios-certificates-8-5-x-11-white-silver-15-pack-74938/product_1480197 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:57:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:57:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:57:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:57:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:57:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gartner-studios-chalkboard-tags-24-count-black-18527/product_2465629 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sunset-over-the-hudson-by-david-ayash-22-x-32-canvas-art-ma0642-c2232gg/product_2077406 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-quicknotes-flip-a-week-7-x-5-5-weekly-desk-calendar-refill-multicolor-sw706-50-25/product_24582745 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-aberdeen-storage-cabinet-mocha-1-shelf-29-1-2-h/product_390503 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-recycled-15-x-12-monthly-wall-calendar-green-black-pmg77-28-25/product_24582720 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gartner-studios-foil-heart-and-arrow-seals-24-count-gold-7-x-2-625-18553/product_2465631 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-recycled-7-x-8-75-weekly-monthly-appointment-book-faux-leather-cover-black-70-951g-05-25/product_24582705 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-recycled-8-25-x-11-weekly-monthly-appointment-book-planner-faux-leather-cover-black-70-950g-05-25/product_24583005 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-alphabetter-26-42-plastic-steel-adjustable-desk-white-black-1203de/product_24430958 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-suprematism-11-x-14-black-frame-art/product_313467 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-recycled-9-x-11-monthly-planner-faux-leather-cover-black-70-260g-05-25/product_24583036 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-recycled-9-x-11-monthly-planner-faux-leather-cover-green-70-260g-60-25/product_24583033 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gartner-studios-kraft-text-invite-6-x-4-10-count-19457/product_2465614 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-seascapes-8-5-x-5-5-daily-monthly-planner-refill-white-brown-481-125-25/product_24583049 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-alphabetter-28-student-desk-dry-erase-1224de/product_24488065 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:57:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:57:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gartner-studios-seal-gold-24-pack-18550/product_1966005 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:22 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:22 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-suprematist-composition-14-x-24-canvas-art/product_313478 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-simplified-by-emily-ley-8-5-x-5-5-daily-monthly-planner-refill-multicolor-el100-4311-25/product_24583041 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-alphabetter-beige-desktop-with-book-box-26-42-h-x-36-w-x-24-d/product_829940 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:22 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:57:22 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:23 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:23 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-simplified-by-emily-ley-8-5-x-5-88-weekly-refill-multicolor-el100-4111-25/product_24583053 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:23 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:23 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:23 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:23 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:23 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:23 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:23 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:23 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:23 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:23 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:23 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:23 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:24 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:24 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:24 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:24 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:24 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:24 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-alphabetter-beige-desktop-with-out-book-box-26-42-h-x-36-w-x-24-d/product_829709 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gartner-studios-smooth-personal-invitations-kit-ivory-100-pack-76039/product_648214 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:24 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:24 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:24 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:24 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:24 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:24 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:25 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:25 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:25 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:25 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:25 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:25 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:25 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:25 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:25 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:25 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:25 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:25 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:25 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:25 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:25 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:25 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:26 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:26 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:26 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:26 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:26 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:26 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:26 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:26 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:26 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:26 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:26 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:26 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:26 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:26 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:26 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:26 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:27 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:27 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:27 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:27 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:27 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:27 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:27 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:27 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:27 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:27 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:27 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:27 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:27 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:27 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:27 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:27 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:28 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:28 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:28 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:28 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:28 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:28 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:28 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:28 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:28 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:28 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:28 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:28 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:28 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:28 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:28 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:28 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:29 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:29 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:29 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:29 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:29 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:29 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:29 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:29 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:29 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:29 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:29 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:29 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:29 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:30 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:30 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:30 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:30 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:30 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-alphabetter-book-box-for-desks-black-1212bl/product_1854186 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:30 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:30 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:30 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:30 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:30 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:30 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:30 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:31 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:57:31 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:31 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gartner-studios-thank-you-cards-50-pack-83642/product_2465626 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:57:31 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:57:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:57:31 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-alphabetter-desk-with-book-box-gray-black-26-42-h-x-28-w-x-20-d/product_1854182 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gartner-studios-vegan-leather-journal-5-89-x-8-33-black-59659/product_24478192 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-alphabetter-desk-with-book-box-gray-black-26-42-h-x-36-w-x-24-d/product_1854178 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gartner-studios-whimsy-snowflake-stationery-8-5-x-11-25-pack-79847/product_2437039 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-alphabetter-hard-floor-caster-black-4-pack-1211bl/product_24430962 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-today-is-6-63-x-9-13-daily-wall-calendar-white-black-k1-00-25/product_24582710 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gartner-studios-smooth-personal-invitations-kit-ivory-100-pack-76039/product_648214 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-alphabetter-beige-desktop-with-out-book-box-26-42-h-x-36-w-x-24-d/product_829709 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-anti-fatigue-mat-30-x-20-black-2110bl/product_2442288 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gartner-sudios-rainbow-stationery-70501/product_28950 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:57:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-two-color-21-75-x-17-monthly-desk-pad-calendar-white-green-gg2500-00-25/product_24582782 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/garvey-1-standard-tagging-fasteners-clear-5000-pack-tags-43002/product_1670089 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-suriname-watercolor-map-by-michael-tompsett-35-x-47-canvas-art-mt0744-c3547gg/product_2080546 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:57:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/garvey-14000-labels-sleeve-12-mm-x-18-mm-blank-labels-1812-0300/product_1670195 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:57:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-3-63-x-6-13-weekly-monthly-planner-plastic-cover-black-148363/product_24585038 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-arc-high-density-file-system-file-shelf-legal-pebble-gray-arc3015rs/product_373142 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/garvey-2-tag-attacher-fasteners-clear-1000-pack-098622/product_24516201 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/garvey-22-7-labeler-1-line-090939/product_69516 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sweeping-north-coast-sunset-by-kurt-shaffer-11x14-frm-art-blk-mtd-ks0149-b1114bmf/product_1552586 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/garvey-2212-labeler-8-line-red-098610/product_24516197 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:57:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:57:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-5-x-8-weekly-monthly-planner-plastic-cover-linden-green-148237/product_24584873 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-5-x-8-weekly-monthly-planner-portfolio-faux-leather-cover-black-148453/product_24585031 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:57:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-canmeleon-indoor-outdoor-ash-urn-black-plastic-15-gal-9474bl/product_507535 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:57:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-canmeleon-indoor-outdoor-trash-can-w-lid-black-hdpe-30-gal-9485bl/product_675509 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-8-5-x-11-weekly-monthly-appointment-book-plastic-cover-black-150848/product_24585024 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sweet-lilacs-14-x-19-canvas-art/product_315036 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-canmeleon-indoor-outdoor-trash-cans-w-lid-black-high-density-polyethylene-hdpe-38-gal-9476bl/product_507540 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-8-5-x-11-weekly-monthly-appointment-book-plastic-cover-black-150849/product_24585023 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-8-5-x-11-weekly-monthly-appointment-book-plastic-cover-navy-148658-25/product_24585039 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-8-5-x-11-weekly-monthly-planner-plastic-cover-black-148339/product_24585019 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sweet-lilacs-16-x-24-canvas-art/product_315037 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-clear2c-3-magazine-and-6-pamphlet-display-5666cl/product_1965712 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/garvey-chalk-markers-broad-tip-assorted-ink-4-pack-098390/product_2126657 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sweet-lilacs-22-x-32-canvas-art/product_315038 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-8-5-x-11-weekly-monthly-planner-plastic-cover-navy-148659-25/product_24585018 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/garvey-easel-sign-chalkboard-11-x-17-098383/product_2126643 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-8-5-x-11-weekly-monthly-planner-portfolio-faux-leather-cover-black-148454/product_24585036 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-swing-16-x-20-wood-frame-art/product_499830 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-closed-base-flat-file-cabinet-black-4997blr/product_1965697 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-amalia-22-x-17-monthly-desk-pad-calendar-148773-25/product_24589800 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:57:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/garvey-g-series-18-labeler-1-line-6-characters-18-mm-x-12-mm-g1812-06001/product_1670163 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-amalia-5-x-8-weekly-monthly-planner-plastic-cover-multicolor-148768-25/product_24589832 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-coat-tree-chrome-metal-4163cr/product_428760 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-alphabetter-book-box-for-desks-black-1212bl/product_1854186 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-switzerland-watercolor-map-11-x-14-black-frame-art/product_312667 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:57:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/garvey-g-series-22-labeler-1-line-8-characters-22-mm-x-12-mm-g2212-08001/product_1670220 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-switzerland-watercolor-map-11-x-14-wood-frame-art/product_312673 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:57:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:57:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:57:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gartner-studios-thank-you-cards-50-pack-83642/product_2465626 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:57:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-commercial-4-shelf-metal-unit-36-gray-6267/product_889844 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:57:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:57:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-alphabetter-desk-with-book-box-gray-black-26-42-h-x-28-w-x-20-d/product_1854182 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gartner-studios-vegan-leather-journal-5-89-x-8-33-black-59659/product_24478192 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-alphabetter-desk-with-book-box-gray-black-26-42-h-x-36-w-x-24-d/product_1854178 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gartner-studios-whimsy-snowflake-stationery-8-5-x-11-25-pack-79847/product_2437039 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-alphabetter-hard-floor-caster-black-4-pack-1211bl/product_24430962 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-today-is-6-63-x-9-13-daily-wall-calendar-white-black-k1-00-25/product_24582710 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:41 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:41 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-anti-fatigue-mat-30-x-20-black-2110bl/product_2442288 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:41 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:41 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gartner-sudios-rainbow-stationery-70501/product_28950 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:57:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-at-a-glance-two-color-21-75-x-17-monthly-desk-pad-calendar-white-green-gg2500-00-25/product_24582782 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/garvey-1-standard-tagging-fasteners-clear-5000-pack-tags-43002/product_1670089 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-suriname-watercolor-map-by-michael-tompsett-35-x-47-canvas-art-mt0744-c3547gg/product_2080546 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:57:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/garvey-14000-labels-sleeve-12-mm-x-18-mm-blank-labels-1812-0300/product_1670195 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:57:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-3-63-x-6-13-weekly-monthly-planner-plastic-cover-black-148363/product_24585038 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-arc-high-density-file-system-file-shelf-legal-pebble-gray-arc3015rs/product_373142 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/garvey-2-tag-attacher-fasteners-clear-1000-pack-098622/product_24516201 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-5-x-8-weekly-monthly-planner-plastic-cover-linden-green-148237/product_24584873 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:57:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:57:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/garvey-2212-labeler-8-line-red-098610/product_24516197 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sweeping-north-coast-sunset-by-kurt-shaffer-11x14-frm-art-blk-mtd-ks0149-b1114bmf/product_1552586 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/garvey-22-7-labeler-1-line-090939/product_69516 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-5-x-8-weekly-monthly-planner-portfolio-faux-leather-cover-black-148453/product_24585031 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:57:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-canmeleon-indoor-outdoor-ash-urn-black-plastic-15-gal-9474bl/product_507535 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:57:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sweet-lilacs-14-x-19-canvas-art/product_315036 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-8-5-x-11-weekly-monthly-appointment-book-plastic-cover-black-150848/product_24585024 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-canmeleon-indoor-outdoor-trash-can-w-lid-black-hdpe-30-gal-9485bl/product_675509 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-canmeleon-indoor-outdoor-trash-cans-w-lid-black-high-density-polyethylene-hdpe-38-gal-9476bl/product_507540 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-8-5-x-11-weekly-monthly-appointment-book-plastic-cover-black-150849/product_24585023 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-8-5-x-11-weekly-monthly-appointment-book-plastic-cover-navy-148658-25/product_24585039 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-8-5-x-11-weekly-monthly-planner-plastic-cover-black-148339/product_24585019 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sweet-lilacs-16-x-24-canvas-art/product_315037 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/garvey-chalk-markers-broad-tip-assorted-ink-4-pack-098390/product_2126657 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sweet-lilacs-22-x-32-canvas-art/product_315038 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-clear2c-3-magazine-and-6-pamphlet-display-5666cl/product_1965712 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-8-5-x-11-weekly-monthly-planner-plastic-cover-navy-148659-25/product_24585018 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/garvey-easel-sign-chalkboard-11-x-17-098383/product_2126643 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-8-5-x-11-weekly-monthly-planner-portfolio-faux-leather-cover-black-148454/product_24585036 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-closed-base-flat-file-cabinet-black-4997blr/product_1965697 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-amalia-22-x-17-monthly-desk-pad-calendar-148773-25/product_24589800 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-swing-16-x-20-wood-frame-art/product_499830 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:57:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/garvey-g-series-18-labeler-1-line-6-characters-18-mm-x-12-mm-g1812-06001/product_1670163 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-amalia-5-x-8-weekly-monthly-planner-plastic-cover-multicolor-148768-25/product_24589832 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-coat-tree-chrome-metal-4163cr/product_428760 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:48 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-switzerland-watercolor-map-11-x-14-black-frame-art/product_312667 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:57:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-switzerland-watercolor-map-11-x-14-wood-frame-art/product_312673 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/garvey-g-series-22-labeler-1-line-8-characters-22-mm-x-12-mm-g2212-08001/product_1670220 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:57:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:57:48 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:48 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:48 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:49 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:49 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-commercial-4-shelf-metal-unit-36-gray-6267/product_889844 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:49 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:49 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:49 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:49 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:49 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:49 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:49 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:49 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:49 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:49 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:49 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:49 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:50 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:50 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:50 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-analeis-8-x-10-monthly-planner-plastic-cover-white-black-100004-25/product_24589862 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:50 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-commercial-6-shelf-powder-coated-steel-stand-alone-36-gray-6269/product_889846 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:50 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:50 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:50 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:50 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:50 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:50 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:50 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:50 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:51 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:51 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:52 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:52 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:52 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:52 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:52 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:52 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:52 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:52 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:52 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:52 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:52 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:52 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:52 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:52 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:52 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:52 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:53 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:53 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:53 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:53 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:53 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:53 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:53 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:53 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:53 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:53 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:53 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:53 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:53 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:53 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:53 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:53 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:54 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:54 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:54 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:54 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:54 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:54 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:54 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:54 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:54 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:54 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:54 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:54 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:54 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:54 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:55 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:55 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:55 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:55 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:55 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:55 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:55 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:55 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:56 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:56 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:56 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:56 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:56 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:56 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:56 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:56 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:56 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:56 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-switzerland-watercolor-map-by-michael-tompsett-11-x-14-white-matted-wood-frame-mt0520-w1114mf/product_2082789 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:57 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:57 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:57 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:57 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:57 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:57 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:57 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:57 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:57 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:57 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:57 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:57 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-ashlyn-22-x-17-monthly-desk-pad-calendar-148618-25/product_24589885 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:58 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/garvey-labeler-1-line-black-12-pack-g1812-06001ctn/product_24493607 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-ashlyn-navy-5-x-8-weekly-monthly-planner-plastic-cover-multicolor-143958-25/product_24584882 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-commercial-extra-2-shelf-metal-shelf-36-black-5243bl/product_148334 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:57:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-baccara-dark-11-x-8-75-monthly-wall-calendar-116052-25/product_24589854 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:58 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:57:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:57:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/garvey-labels-for-the-monarch-1136-2-line-labeler-red-1750-labels-roll-2-rolls-pack-098615/product_24516206 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-baccara-dark-8-5-x-11-weekly-monthly-planner-plastic-cover-multicolor-110211-25/product_24589881 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:57:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-diesel-low-base-with-back-leather-recycled-leather-steel-industrial-shop-stool-pewter-6668/product_148385 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-analeis-8-x-10-monthly-planner-plastic-cover-white-black-100004-25/product_24589862 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/garvey-marking-tags-white-1000-pack-098623/product_24516203 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-commercial-6-shelf-powder-coated-steel-stand-alone-36-gray-6269/product_889846 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-bakah-blue-5-x-8-weekly-monthly-planner-plastic-cover-white-blue-137260-25/product_24589859 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:57:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-bakah-blue-8-5-x-11-weekly-monthly-planner-plastic-cover-white-blue-137261-25/product_24589802 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-drop-lift-wall-rack-1200-sheet-capacity-tropic-sand/product_603092 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-australia-skyline-by-michael-tompsett-16-x-24-canvas-art-mt0785-c1624gg/product_2077987 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-cocorrina-5-x-8-weekly-monthly-planner-plastic-cover-multicolor-143694-25/product_24589890 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-e-z-sort-20-compartment-mail-sorters-7-5-x-14-25-black-7751bl/product_148404 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/garvey-my-turn-ticket-rolls-red-tags-12003/product_1670035 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:58:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-cocorrina-8-75-x-11-monthly-wall-calendar-147479-25/product_24589851 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-day-designer-coming-up-roses-22-x-17-monthly-desk-pad-calendar-138198-25/product_24589873 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/garvey-no-guns-indoor-outdoor-wall-signs-multi-colors-5-pack-098378/product_2126647 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-e-z-sort-5-compartment-mail-sorters-11-black-7753bl/product_931910 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:58:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-e-z-sort-5-compartment-mail-sorters-11-x-12-5-gray-7753gr/product_148149 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:58:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:58:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:58:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:58:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-e-z-stor-24-compartment-literature-organizers-9-gray-9211grr/product_602532 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-day-designer-secret-garden-mint-green-8-5-x-11-weekly-monthly-planner-plastic-cover-multicolor/product_24589902 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-australia-skyline-sheet-music-by-michael-tompsett-30-x-47-canvas-art-mt0847-c3047gg/product_2081162 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:58:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-enterprise-15-x-12-monthly-wall-calendar-white-gray-111292-25/product_24589907 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-enterprise-17-x-11-monthly-desk-pad-calendar-white-gray-111293-25/product_24589879 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gasoline-no-smoking-10x14-040-aluminum-danger-sign/product_564257 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-facil-5-drawer-flat-file-cabinet-stackable-gray-specialty-4972lg/product_278914 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-skyline-sheet-music-by-michael-tompsett-16-x-20-black-matted-wood-frame-mt0846-w1620bmf/product_2085896 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-skyline-sheet-music-by-michael-tompsett-16-x-20-black-matted-wood-frame-mt0847-w1620bmf/product_2085893 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-enterprise-8-x-10-monthly-planner-plastic-cover-black-131794-25/product_24589807 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-flip-n-go-24-x-72-pumice-black/product_192960 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-fly-by-11-x-8-75-monthly-wall-calendar-148643-25/product_24589850 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:58:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-skyline-sheet-music-by-michael-tompsett-16-x-20-white-matted-black-frame-mt0847-b1620mf/product_2085894 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-fly-by-8-5-x-11-weekly-monthly-planner-plastic-cover-multicolor-140195-25/product_24589810 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:58:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:58:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:58:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:58:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-flip-n-go-48-transition-laminate-training-table-mahogany-lt24tsrmh/product_2521286 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvia-masek-frog-s-lunch-canvas-art-24x24-inches/product_255154 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gatorade-thirst-quencher-fruit-punch-liquid-sports-drink-20-fl-oz-24-carton-32866/product_913777 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-flip-n-go-60-rectangular-laminate-training-table-folkstone-lf2460tsrmh/product_2521284 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-switzerland-watercolor-map-by-michael-tompsett-11-x-14-white-matted-wood-frame-mt0520-w1114mf/product_2082789 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvia-masek-star-of-the-sea-canvas-art-14x14-inches/product_255169 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gatorade-thirst-quencher-fruit-punch-sports-drink-11-6-fl-oz-24-carton-qua30903/product_579858 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gatorade-thirst-quencher-lemon-lime-sports-drink-11-6-fl-oz-24-carton-308-03969/product_318933 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-air-du-temps-1-14-x-19-ali0881-c1419gg/product_1727299 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-flip-n-go-rectangular-training-table-mahogany-29-h-x-60-w-x-24-d/product_899745 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gatorade-thirst-quencher-liquid-sports-drink/product_SS121334595 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-ashlyn-22-x-17-monthly-desk-pad-calendar-148618-25/product_24589885 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/garvey-labeler-1-line-black-12-pack-g1812-06001ctn/product_24493607 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-air-du-temps-1-18-x-24-ali0881-c1824gg/product_1727298 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-ashlyn-navy-5-x-8-weekly-monthly-planner-plastic-cover-multicolor-143958-25/product_24584882 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-commercial-extra-2-shelf-metal-shelf-36-black-5243bl/product_148334 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:58:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-baccara-dark-11-x-8-75-monthly-wall-calendar-116052-25/product_24589854 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:58:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/garvey-labels-for-the-monarch-1136-2-line-labeler-red-1750-labels-roll-2-rolls-pack-098615/product_24516206 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-baccara-dark-8-5-x-11-weekly-monthly-planner-plastic-cover-multicolor-110211-25/product_24589881 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:58:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-diesel-low-base-with-back-leather-recycled-leather-steel-industrial-shop-stool-pewter-6668/product_148385 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/garvey-marking-tags-white-1000-pack-098623/product_24516203 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:07 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:07 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:08 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:08 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-bakah-blue-5-x-8-weekly-monthly-planner-plastic-cover-white-blue-137260-25/product_24589859 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-bakah-blue-8-5-x-11-weekly-monthly-planner-plastic-cover-white-blue-137261-25/product_24589802 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-drop-lift-wall-rack-1200-sheet-capacity-tropic-sand/product_603092 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-cocorrina-5-x-8-weekly-monthly-planner-plastic-cover-multicolor-143694-25/product_24589890 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-e-z-sort-20-compartment-mail-sorters-7-5-x-14-25-black-7751bl/product_148404 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/garvey-my-turn-ticket-rolls-red-tags-12003/product_1670035 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-australia-skyline-by-michael-tompsett-16-x-24-canvas-art-mt0785-c1624gg/product_2077987 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:58:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-cocorrina-8-75-x-11-monthly-wall-calendar-147479-25/product_24589851 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:09 [scrapy.extensions.logstats] (PID: 171) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2025-12-20 14:58:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-day-designer-coming-up-roses-22-x-17-monthly-desk-pad-calendar-138198-25/product_24589873 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/garvey-no-guns-indoor-outdoor-wall-signs-multi-colors-5-pack-098378/product_2126647 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-e-z-sort-5-compartment-mail-sorters-11-black-7753bl/product_931910 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-e-z-sort-5-compartment-mail-sorters-11-x-12-5-gray-7753gr/product_148149 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:58:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:58:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:58:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:58:10 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:58:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-e-z-stor-24-compartment-literature-organizers-9-gray-9211grr/product_602532 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-enterprise-17-x-11-monthly-desk-pad-calendar-white-gray-111293-25/product_24589879 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-enterprise-15-x-12-monthly-wall-calendar-white-gray-111292-25/product_24589907 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-australia-skyline-sheet-music-by-michael-tompsett-30-x-47-canvas-art-mt0847-c3047gg/product_2081162 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:58:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-day-designer-secret-garden-mint-green-8-5-x-11-weekly-monthly-planner-plastic-cover-multicolor/product_24589902 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gasoline-no-smoking-10x14-040-aluminum-danger-sign/product_564257 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:11 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-facil-5-drawer-flat-file-cabinet-stackable-gray-specialty-4972lg/product_278914 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-skyline-sheet-music-by-michael-tompsett-16-x-20-black-matted-wood-frame-mt0846-w1620bmf/product_2085896 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-skyline-sheet-music-by-michael-tompsett-16-x-20-black-matted-wood-frame-mt0847-w1620bmf/product_2085893 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-enterprise-8-x-10-monthly-planner-plastic-cover-black-131794-25/product_24589807 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:58:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-flip-n-go-24-x-72-pumice-black/product_192960 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-fly-by-11-x-8-75-monthly-wall-calendar-148643-25/product_24589850 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sydney-skyline-sheet-music-by-michael-tompsett-16-x-20-white-matted-black-frame-mt0847-b1620mf/product_2085894 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:12 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-fly-by-8-5-x-11-weekly-monthly-planner-plastic-cover-multicolor-140195-25/product_24589810 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:58:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:58:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:58:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:58:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvia-masek-frog-s-lunch-canvas-art-24x24-inches/product_255154 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-flip-n-go-48-transition-laminate-training-table-mahogany-lt24tsrmh/product_2521286 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gatorade-thirst-quencher-fruit-punch-liquid-sports-drink-20-fl-oz-24-carton-32866/product_913777 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:13 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-flip-n-go-60-rectangular-laminate-training-table-folkstone-lf2460tsrmh/product_2521284 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:14 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvia-masek-star-of-the-sea-canvas-art-14x14-inches/product_255169 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gatorade-thirst-quencher-fruit-punch-sports-drink-11-6-fl-oz-24-carton-qua30903/product_579858 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gatorade-thirst-quencher-lemon-lime-sports-drink-11-6-fl-oz-24-carton-308-03969/product_318933 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-air-du-temps-1-14-x-19-ali0881-c1419gg/product_1727299 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-flip-n-go-rectangular-training-table-mahogany-29-h-x-60-w-x-24-d/product_899745 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:14 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:14 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gatorade-thirst-quencher-liquid-sports-drink/product_SS121334595 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:14 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:14 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:15 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-air-du-temps-1-18-x-24-ali0881-c1824gg/product_1727298 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:15 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:15 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:15 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:15 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:15 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:15 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:15 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:15 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:15 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:15 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:15 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:15 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:15 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:16 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:16 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:16 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:16 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-four-post-adder-storage-shelving-letter-7-shelf-36-w-black-efo3612767adv/product_373153 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:58:16 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:16 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:16 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:16 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:16 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:16 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:18 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:18 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:19 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:19 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:19 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:19 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:19 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:19 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:19 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:19 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:19 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:19 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:19 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:20 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:20 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:20 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:20 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:20 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:20 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:20 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:20 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:20 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:20 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:20 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:21 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:21 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:21 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:21 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:21 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:21 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:21 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:21 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:21 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:21 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:21 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:21 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:21 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:21 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:22 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:22 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:22 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:22 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:22 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:22 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:22 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:22 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:22 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:22 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:22 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:22 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:22 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:22 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:22 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:22 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-four-post-adder-storage-shelving-letter-7-shelf-36-w-pebble-gray-efo3612767adv/product_373152 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:23 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:23 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:23 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:23 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:23 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:23 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:23 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:23 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:23 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:23 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:23 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:58:23 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-air-du-temps-2-10-x-24-ali0882-c1024gg/product_1727294 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:24 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-kelly-ventura-mimosa-5-x-8-weekly-monthly-planner-plastic-cover-yellow-white-149061-25/product_24589875 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-alpha-11-x-14-ali0883-b1114mf/product_1727289 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-graphic-arts-10-drawer-steel-flat-file-for-30-x-42-documents-black/product_278920 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-air-du-temps-2-20-x-47-ali0882-c2047gg/product_1727292 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-alpha-18-x-24-ali0883-c1824gg/product_1727285 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:58:24 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-graphic-arts-film-laminate-carrier-strip-for-masterfile-2-cream-6551/product_279240 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-alto-14-x-14-ali0884-c1414gg/product_1727277 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:58:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-height-adjustable-lab-stool-with-back-vinyl-black-seat-16-dia-back-15-1-2-w-x-10/product_646983 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-four-post-adder-storage-shelving-letter-7-shelf-36-w-black-efo3612767adv/product_373153 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-leafy-lounge-8-5-x-11-weekly-monthly-planner-plastic-cover-green-gray-147930/product_24584879 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gbc-clear-view-punchless-report-cover-letter-size-clear-100-pack-gbc2000036/product_854762 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-alto-16-x-16-ali0884-b1616mf/product_1727278 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-alto-18-x-18-ali0884-c1818gg/product_1727276 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gbc-combbind-1-2-plastic-binding-spine-comb-85-sheet-capacity-black-100-box-4000068/product_436121 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-alto-35-x-35-ali0884-c3535gg/product_1727274 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-life-note-it-marina-7-x-9-weekly-monthly-planner-plastic-cover-blue-139480-25/product_24589841 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-lindley-11-x-8-75-monthly-wall-calendar-101593-25/product_24589872 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:58:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:58:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-lindley-17-x-11-monthly-desk-pad-calendar-100024-25/product_24589856 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:58:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-assemblace-11-x-14-ali0886-b1114mf/product_1727261 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gbc-combbind-3-8-plastic-binding-spine-comb-55-sheet-capacity-black-100-box-4000044/product_436212 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-assemblace-14-x-19-ali0886-c1419gg/product_1727259 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-lucidity-5-x-8-weekly-monthly-planner-plastic-cover-pink-blue-150786/product_24584874 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-hospitality-service-cart-mahogany-38-3-4-h-x-32-1-2-56-1-4-w-x-20-1-2/product_926785 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gbc-foton-30-auto-threading-laminating-cartridge-refill-3-mil-11-5-x-185-fotonc003b/product_24421516 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:58:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-bulles-11-x-14-ali0887-b1114mf/product_1727253 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-natalya-17-x-11-monthly-desk-pad-calendar-pink-white-148771-25/product_24589816 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-moment-5-x-8-weekly-monthly-planner-plastic-cover-blue-purple-148327/product_24584850 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gbc-heatseal-ultraclear-thermal-laminating-pouches-letter-size-10-mil-gbc3745091/product_2680830 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-carisma-14-x-14-ali0888-c1414gg/product_1730589 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-indoor-step-trash-can-black-plastic-17-gal-9922bl/product_148107 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-indoor-step-trash-can-black-plastic-23-gal-9923bl/product_148109 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gbc-laminating-film-rolls-3-mil-25-2-box-3000024/product_647851 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-indoor-step-trash-can-tan-plastic-17-gal-9922tn/product_148108 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:58:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-industrial-2-shelf-metal-extra-shelf-36-black-5287bl/product_148338 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-nevaeh-8-x-10-monthly-planner-plastic-cover-multicolor-143947-25/product_24584851 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gbc-nap-ii-laminating-film-rolls-3-mil-12-2-box-gbc3125913ez/product_660882 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-cellulaires-16-x-20-ali0889-b1620mf/product_1730580 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-industrial-2-shelf-metal-extra-shelf-pack-36-metallic-gray-5287gr/product_148339 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:58:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-cellulaires-35-x-47-ali0889-c3547gg/product_1730576 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-industrial-4-shelf-steel-unit-48-w-metallic-gray-5291gr/product_148343 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-industrial-4-shelf-metal-unit-36-metallic-gray-5285gr/product_148336 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:58:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-rue-du-flore-11-x-8-75-monthly-wall-calendar-blue-purple-101613-25/product_24589837 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-industrial-4-shelf-metal-stand-alone-48-03-metallic-gray-5294gr/product_148346 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gbc-regency-premium-presentation-covers-letter-size-black-200-pack-2000712/product_393179 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-chemins-11-x-14-ali0890-b1114mf/product_1730503 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-four-post-adder-storage-shelving-letter-7-shelf-36-w-pebble-gray-efo3612767adv/product_373152 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gbc-regency-premium-presentation-covers-letter-size-navy-200-pack-2000711/product_399603 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-rue-du-flore-15-x-12-monthly-wall-calendar-blue-purple-101611-25/product_24589822 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gbc-regency-presentation-covers-8-5-w-x-11-h-black-200-pack-9742491/product_514479 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gbc-regency-velobind-presentation-covers-8-5-w-x-11-h-black-50-pack-9742230/product_341529 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-industrial-4-shelf-wire-unit-36-black-5289bl/product_496610 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-rue-du-flore-8-x-10-monthly-planner-plastic-cover-green-gray-101605-25/product_24589897 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:58:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-air-du-temps-2-10-x-24-ali0882-c1024gg/product_1727294 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-graphic-arts-10-drawer-steel-flat-file-for-30-x-42-documents-black/product_278920 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-alpha-11-x-14-ali0883-b1114mf/product_1727289 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-kelly-ventura-mimosa-5-x-8-weekly-monthly-planner-plastic-cover-yellow-white-149061-25/product_24589875 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-air-du-temps-2-20-x-47-ali0882-c2047gg/product_1727292 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gbc-slide-n-bind-report-cover-letter-size-clear-10-pack-w67504/product_749939 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-alpha-18-x-24-ali0883-c1824gg/product_1727285 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:58:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-graphic-arts-film-laminate-carrier-strip-for-masterfile-2-cream-6551/product_279240 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:34 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-alto-14-x-14-ali0884-c1414gg/product_1727277 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-height-adjustable-lab-stool-with-back-vinyl-black-seat-16-dia-back-15-1-2-w-x-10/product_646983 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:34 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-leafy-lounge-8-5-x-11-weekly-monthly-planner-plastic-cover-green-gray-147930/product_24584879 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:34 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:34 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gbc-clear-view-punchless-report-cover-letter-size-clear-100-pack-gbc2000036/product_854762 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-alto-16-x-16-ali0884-b1616mf/product_1727278 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-alto-18-x-18-ali0884-c1818gg/product_1727276 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-alto-35-x-35-ali0884-c3535gg/product_1727274 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gbc-combbind-1-2-plastic-binding-spine-comb-85-sheet-capacity-black-100-box-4000068/product_436121 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-life-note-it-marina-7-x-9-weekly-monthly-planner-plastic-cover-blue-139480-25/product_24589841 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:58:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-lindley-11-x-8-75-monthly-wall-calendar-101593-25/product_24589872 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:58:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-lindley-17-x-11-monthly-desk-pad-calendar-100024-25/product_24589856 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:58:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-assemblace-11-x-14-ali0886-b1114mf/product_1727261 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-assemblace-14-x-19-ali0886-c1419gg/product_1727259 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gbc-combbind-3-8-plastic-binding-spine-comb-55-sheet-capacity-black-100-box-4000044/product_436212 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-hospitality-service-cart-mahogany-38-3-4-h-x-32-1-2-56-1-4-w-x-20-1-2/product_926785 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-lucidity-5-x-8-weekly-monthly-planner-plastic-cover-pink-blue-150786/product_24584874 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gbc-foton-30-auto-threading-laminating-cartridge-refill-3-mil-11-5-x-185-fotonc003b/product_24421516 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:36 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:58:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-bulles-11-x-14-ali0887-b1114mf/product_1727253 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-natalya-17-x-11-monthly-desk-pad-calendar-pink-white-148771-25/product_24589816 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-moment-5-x-8-weekly-monthly-planner-plastic-cover-blue-purple-148327/product_24584850 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gbc-heatseal-ultraclear-thermal-laminating-pouches-letter-size-10-mil-gbc3745091/product_2680830 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-carisma-14-x-14-ali0888-c1414gg/product_1730589 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-indoor-step-trash-can-black-plastic-17-gal-9922bl/product_148107 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-indoor-step-trash-can-black-plastic-23-gal-9923bl/product_148109 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:37 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gbc-laminating-film-rolls-3-mil-25-2-box-3000024/product_647851 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-indoor-step-trash-can-tan-plastic-17-gal-9922tn/product_148108 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:58:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-nevaeh-8-x-10-monthly-planner-plastic-cover-multicolor-143947-25/product_24584851 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-industrial-2-shelf-metal-extra-shelf-36-black-5287bl/product_148338 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gbc-nap-ii-laminating-film-rolls-3-mil-12-2-box-gbc3125913ez/product_660882 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-cellulaires-16-x-20-ali0889-b1620mf/product_1730580 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-industrial-2-shelf-metal-extra-shelf-pack-36-metallic-gray-5287gr/product_148339 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:38 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:58:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-cellulaires-35-x-47-ali0889-c3547gg/product_1730576 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-industrial-4-shelf-steel-unit-48-w-metallic-gray-5291gr/product_148343 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-industrial-4-shelf-metal-unit-36-metallic-gray-5285gr/product_148336 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-industrial-4-shelf-metal-stand-alone-48-03-metallic-gray-5294gr/product_148346 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:58:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-rue-du-flore-11-x-8-75-monthly-wall-calendar-blue-purple-101613-25/product_24589837 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gbc-regency-premium-presentation-covers-letter-size-black-200-pack-2000712/product_393179 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:39 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-chemins-11-x-14-ali0890-b1114mf/product_1730503 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:40 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gbc-regency-premium-presentation-covers-letter-size-navy-200-pack-2000711/product_399603 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gbc-regency-presentation-covers-8-5-w-x-11-h-black-200-pack-9742491/product_514479 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-rue-du-flore-15-x-12-monthly-wall-calendar-blue-purple-101611-25/product_24589822 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gbc-regency-velobind-presentation-covers-8-5-w-x-11-h-black-50-pack-9742230/product_341529 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-industrial-4-shelf-wire-unit-36-black-5289bl/product_496610 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:40 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:40 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-rue-du-flore-8-x-10-monthly-planner-plastic-cover-green-gray-101605-25/product_24589897 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:40 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:40 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:41 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:41 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:41 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:41 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:41 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gbc-slide-n-bind-report-cover-letter-size-clear-10-pack-w67504/product_749939 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:41 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:41 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:41 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:41 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:41 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:41 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:41 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:41 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:41 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gbc-swingline-opaque-retractable-round-badge-reel-gray-25-pack/product_812949 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:42 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:42 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:58:42 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:42 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:42 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:42 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:42 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:42 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:42 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:42 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:43 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:43 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:43 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:44 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:44 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:44 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:44 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:44 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:44 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:44 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:44 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:44 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:45 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:45 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:45 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:45 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:45 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:45 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:45 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:45 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:45 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:45 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:45 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:45 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:45 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:45 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:45 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:45 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:46 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:46 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:46 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:46 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:46 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:46 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:46 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:46 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:46 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:46 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:46 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:46 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:46 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:46 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:46 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:46 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:47 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:47 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:47 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:47 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:47 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:47 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:47 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:47 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:47 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:47 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:47 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:47 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:47 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:47 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:47 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:47 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:48 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:48 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:48 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:48 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:48 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:48 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:48 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:48 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:48 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:48 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:48 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:48 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:48 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:48 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:48 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:48 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gbc-ultraclear-thermal-laminating-pouches-index-card-5-mil-25-pack-gbc3202002/product_831228 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:49 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:49 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:49 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:49 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:49 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-first-love-14-x-19-ali0891-c1419gg/product_1730490 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:49 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:49 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:49 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:49 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:49 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:49 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:49 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-savoy-cool-8-5-x-11-weekly-monthly-planner-plastic-cover-blue-148762-25/product_24589889 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-first-love-16-x-20-ali0891-b1620mf/product_1730491 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:58:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-sophie-8-5-x-11-weekly-monthly-planner-plastic-cover-multicolor-140087-25/product_24589804 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-tula-15-x-12-monthly-wall-calendar-144076-25/product_24589860 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:50 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-industrial-wire-shelving-starter-kit-48wx24-d/product_496614 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-kwik-track-starter-track-aluminum-33-d-pebble-gray-esttlst4/product_373145 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:50 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:58:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:58:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gbc-swingline-opaque-retractable-round-badge-reel-gray-25-pack/product_812949 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:58:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ge-12-extension-cord-2-outlet-white-jas32089/product_23974615 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blueline-plan-link-7-25-x-9-25-monthly-planner-faux-leather-cover-black-c1200-81t/product_24588051 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:58:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:58:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ge-15150-plug-in-digital-timer/product_1308847 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ge-18162-pvc-electrical-tape-3-per-pack-jas18162/product_2699279 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-je-ne-suis-pas-qu-un-oiseau-24-x-47-ali0894-c2447gg/product_1730574 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-cambridge-mina-8-5-x-11-weekly-monthly-planner-poly-cover-multicolor-1134-905-25/product_24582796 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ge-19300-wireless-smart-door-chime-white-jas19300/product_1308840 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ge-19303-wireless-smart-door-chime-nickel-jas19303/product_1308839 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-le-progres-18-x-24-ali0895-c1824gg/product_1730568 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ge-3-9-13-watt-soft-white-3-way-led-general-purpose-bulb-93130562/product_24553576 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:58:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-les-uns-contre-les-autres-12-x-24-ali0896-c1224gg/product_1730563 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:58:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-global-printed-products-3-5-x-6-weekly-monthly-planner-faux-leather-cover-black-brown-spls25-brn36-p/product_24593666 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-medina-bookcase-gray-steel-5-shelf-68-h/product_1522349 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-libre-voie-18-x-18-ali0897-c1818gg/product_1730555 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-medina-lateral-file-mocha-29-1-2-h-x-36-w-x-20-d/product_1961177 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ge-5-5-watt-soft-white-led-general-purpose-bulb-4-pack-93131062/product_24596161 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-global-printed-products-8-5-x-11-calendar-year-weekly-monthly-planner-paperboard-cover-pink-gold-spls25-8511-01/product_24593543 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:58:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:58:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:58:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-ma-cible-18-x-24-ali0898-c1824gg/product_1730545 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-global-printed-products-8-5-x-11-weekly-monthly-appointment-planner-paper-cover-black-appt-cy25-8511/product_24593661 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-global-printed-products-8-5-x-11-weekly-monthly-planner-paper-cover-multicolor-spls25-8511-20/product_24593660 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-global-printed-products-8-x-12-5-daily-planner-cardboard-cover-red-spls-sdcy25-rd/product_24593552 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-marion-16-x-20-ali0899-b1620mf/product_1730538 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:58:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ge-9-indoor-outdoor-extension-cord-3-outlet-orange-jashep51927/product_208965 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-marion-35-x-47-ali0899-c3547gg/product_1730534 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:58:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ge-9-watt-soft-white-led-household-bulb-2-pack-93109032/product_24569004 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:58:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ge-basic-13-watt-soft-white-led-general-purpose-bulb-2-pack-93131322/product_24596163 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-miss-sunshine-14-x-19-ali0900-c1419gg/product_1730526 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ge-basic-5-5w-a19-led-bulb-4-pack-36990/product_24439979 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-22-x-17-monthly-desk-pad-calendar-white-deep-blue-150-25/product_24597417 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:58:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-24-x-18-yearly-wet-erase-wall-calendar-reversible-white-blue-3960-25/product_24597386 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-meeting-plus-pie-connector-tabletop-chestnut-90-pie-x-24-d/product_853316 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ge-basic-8-watt-soft-white-led-indoor-floodlight-bulb-48198/product_24439971 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:58:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-metal-coat-rack-2-hook-silver-5-h-x-7-w-x-4-1-2-d/product_148284 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gbc-ultraclear-thermal-laminating-pouches-index-card-5-mil-25-pack-gbc3202002/product_831228 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ge-battery-operated-8-melody-door-chime-with-2-push-buttons-white-jas19297/product_1308842 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:58:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ge-cync-wi-fi-60w-equivalent-a19-led-smart-light-bulb-soft-white-2-pack-93128963/product_24553582 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:58:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:58:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-first-love-14-x-19-ali0891-c1419gg/product_1730490 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ge-heavy-duty-6-outlet-power-strip-black-56223/product_452816 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-savoy-cool-8-5-x-11-weekly-monthly-planner-plastic-cover-blue-148762-25/product_24589889 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-first-love-16-x-20-ali0891-b1620mf/product_1730491 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:58:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-sophie-8-5-x-11-weekly-monthly-planner-plastic-cover-multicolor-140087-25/product_24589804 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blue-sky-tula-15-x-12-monthly-wall-calendar-144076-25/product_24589860 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ge-jas76139-25-conductor-coil-cord-black-jas76139/product_209554 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-industrial-wire-shelving-starter-kit-48wx24-d/product_496614 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:58:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-kwik-track-starter-track-aluminum-33-d-pebble-gray-esttlst4/product_373145 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:00 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:59:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ge-12-extension-cord-2-outlet-white-jas32089/product_23974615 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:00 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-blueline-plan-link-7-25-x-9-25-monthly-planner-faux-leather-cover-black-c1200-81t/product_24588051 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:00 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:00 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:59:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ge-15150-plug-in-digital-timer/product_1308847 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:59:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ge-18162-pvc-electrical-tape-3-per-pack-jas18162/product_2699279 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-je-ne-suis-pas-qu-un-oiseau-24-x-47-ali0894-c2447gg/product_1730574 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ge-19300-wireless-smart-door-chime-white-jas19300/product_1308840 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-cambridge-mina-8-5-x-11-weekly-monthly-planner-poly-cover-multicolor-1134-905-25/product_24582796 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ge-19303-wireless-smart-door-chime-nickel-jas19303/product_1308839 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ge-3-9-13-watt-soft-white-3-way-led-general-purpose-bulb-93130562/product_24553576 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-le-progres-18-x-24-ali0895-c1824gg/product_1730568 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:59:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-les-uns-contre-les-autres-12-x-24-ali0896-c1224gg/product_1730563 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:59:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-medina-bookcase-gray-steel-5-shelf-68-h/product_1522349 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-global-printed-products-3-5-x-6-weekly-monthly-planner-faux-leather-cover-black-brown-spls25-brn36-p/product_24593666 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-libre-voie-18-x-18-ali0897-c1818gg/product_1730555 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ge-5-5-watt-soft-white-led-general-purpose-bulb-4-pack-93131062/product_24596161 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-medina-lateral-file-mocha-29-1-2-h-x-36-w-x-20-d/product_1961177 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:02 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-global-printed-products-8-5-x-11-calendar-year-weekly-monthly-planner-paperboard-cover-pink-gold-spls25-8511-01/product_24593543 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:59:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:59:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:59:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-ma-cible-18-x-24-ali0898-c1824gg/product_1730545 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-global-printed-products-8-5-x-11-weekly-monthly-appointment-planner-paper-cover-black-appt-cy25-8511/product_24593661 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-global-printed-products-8-x-12-5-daily-planner-cardboard-cover-red-spls-sdcy25-rd/product_24593552 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-global-printed-products-8-5-x-11-weekly-monthly-planner-paper-cover-multicolor-spls25-8511-20/product_24593660 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:03 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-marion-16-x-20-ali0899-b1620mf/product_1730538 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:59:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ge-9-indoor-outdoor-extension-cord-3-outlet-orange-jashep51927/product_208965 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-marion-35-x-47-ali0899-c3547gg/product_1730534 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:59:04 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ge-9-watt-soft-white-led-household-bulb-2-pack-93109032/product_24569004 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-miss-sunshine-14-x-19-ali0900-c1419gg/product_1730526 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ge-basic-13-watt-soft-white-led-general-purpose-bulb-2-pack-93131322/product_24596163 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:59:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ge-basic-5-5w-a19-led-bulb-4-pack-36990/product_24439979 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-22-x-17-monthly-desk-pad-calendar-white-deep-blue-150-25/product_24597417 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:59:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-24-x-18-yearly-wet-erase-wall-calendar-reversible-white-blue-3960-25/product_24597386 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:05 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-meeting-plus-pie-connector-tabletop-chestnut-90-pie-x-24-d/product_853316 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ge-basic-8-watt-soft-white-led-indoor-floodlight-bulb-48198/product_24439971 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:59:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-metal-coat-rack-2-hook-silver-5-h-x-7-w-x-4-1-2-d/product_148284 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ge-battery-operated-8-melody-door-chime-with-2-push-buttons-white-jas19297/product_1308842 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:59:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ge-cync-wi-fi-60w-equivalent-a19-led-smart-light-bulb-soft-white-2-pack-93128963/product_24553582 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:06 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:59:06 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:07 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:59:07 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ge-heavy-duty-6-outlet-power-strip-black-56223/product_452816 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:07 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:07 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:07 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:07 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:07 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:07 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:08 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:08 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:08 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:08 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:08 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ge-jas76139-25-conductor-coil-cord-black-jas76139/product_209554 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:08 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:08 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:08 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:08 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:09 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-8-5-x-11-monthly-planner-leatherette-cover-black-26002-25/product_24597439 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:09 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:09 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-monsieur-30-x-47-ali0901-c3047gg/product_1730513 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:09 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:09 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:09 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:09 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:09 [scrapy.extensions.logstats] (PID: 171) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2025-12-20 14:59:09 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:09 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:09 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:09 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:09 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:09 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:11 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:11 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:12 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:12 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:12 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:12 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:12 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:12 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:12 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:12 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:12 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:12 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:12 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:12 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:12 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:12 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:12 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:12 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:13 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:13 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:13 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:13 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:13 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:13 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:13 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:13 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:13 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:13 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:13 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:13 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:13 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:13 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:13 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:13 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:14 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:14 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:14 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:14 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:14 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:14 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:14 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:14 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:14 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:14 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:14 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:14 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:14 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:14 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:15 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:15 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:15 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-mirella-77-vinyl-lounge-sofa-black-1730mrl2blkbl/product_24546088 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:15 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:15 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:15 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:15 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:15 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:15 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:15 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:15 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:15 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-8-x-17-three-month-wall-calendar-white-blue-3646-25/product_24597423 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:16 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:16 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:16 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:59:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-bar-harbor-15-5-x-22-monthly-wall-calendar-white-blue-333-25/product_24597440 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:59:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-mirella-soho-48-w-table-desk-sand-dune-5511sdd/product_24541792 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:16 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:59:17 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-pause-12-x-19-ali0903-c1219gg/product_1730455 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:17 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ge-led-household-bulb/product_SS232516003 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-mirella-soho-62-w-desk-with-built-in-pedestal-sand-dune-5513sdd/product_24541788 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-8-5-x-11-monthly-planner-leatherette-cover-black-26002-25/product_24597439 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-breast-cancer-awareness-12-x-12-monthly-wall-calendar-pink-gray-3671-25/product_24597382 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-monsieur-30-x-47-ali0901-c3047gg/product_1730513 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:17 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:59:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-deco-days-8-5-x-11-monthly-calendar-planner-faux-leather-cover-black-gold-29102-25/product_24597389 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-permanence-11-x-14-ali0904-b1114mf/product_1730468 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-permanence-14-x-19-ali0904-c1419gg/product_1730465 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ge-receptacle-tester-50542/product_1643164 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-mirella-vinyl-lounge-chair-cognac-silver-1732mrl2slvcog/product_24546081 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-earthscapes-24-x-37-yearly-dry-erase-wall-calendar-reversible-393-25/product_24597393 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:18 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-earthscapes-8-5-x-11-monthly-planner-leatherette-cover-black-26402-25/product_24597436 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-earthscapes-8-5-x-11-weekly-monthly-planner-leatherette-cover-black-27302-25/product_24597416 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-earthscapes-8-5-x-4-25-monthly-desk-calendar-3649-25/product_24597404 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-mobile-files-for-small-roll-tube-size-2-3-4x2-3-4-20-tubes-file/product_890451 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ge-relax-17w-a21-led-bulb-2-pack-44148/product_24439978 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-plume-2-14-x-14-ali0914-c1414gg/product_1730387 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:19 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-mobile-vertical-file-stand-mobile-pedestal-tropic-sand-5059/product_148316 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:59:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-muv-3-shelf-metal-mobile-printer-stand-with-lockable-wheels-black-cherry-1881cy/product_635636 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-plume-2-18-x-18-ali0914-c1818gg/product_1730386 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-earthscapes-scenic-12-25-x-26-three-month-wall-calendar-3638-25/product_24597391 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:59:20 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-muv-30-w-fixed-height-desk-steel-laminate-1923gr/product_613897 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-muv-30-workstation-desk-cherry-1923cy/product_636127 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gear4-702006838-brompton-d3o-cover-for-10-9-ipad-air-pro-black/product_IM18YB298 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-muv-stand-up-30-workstation-desk-gray-1929gr/product_636099 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-professional-8-5-x-11-weekly-appointment-book-faux-leather-cover-blue-27207-25/product_24597425 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-napoli-executive-series-6-conference-room-table-base-sierra-cherry-ncb72cry/product_769839 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:59:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gear4-denali-black-cover-for-iphone-13-702008212/product_IM19JF950 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:21 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:59:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-today-6-5-x-9-daily-wall-calendar-white-blue-310-25/product_24597403 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gearwrench-ratcheting-alloy-steel-wrench-set-13-pieces-329-85199/product_1453122 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-one-drawer-hospitality-organizer-5-compartments-black-3274bl/product_1965823 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-toi-et-moi-16-x-32-ali0908-c1632gg/product_1730428 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:59:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-onyx-2-hook-wall-rack-black-mesh-6401bl/product_148013 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:59:22 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-un-renard-dans-la-cours-14-x-14-ali0915-c1414gg/product_1730377 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-staples-12-x-17-wall-calendar-white-red-st53913-25/product_24580497 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-un-renard-dans-la-cours-16-x-16-ali0915-b1616mf/product_1730378 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-un-renard-dans-la-cours-35-x-35-ali0915-c3535gg/product_1730374 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-staples-18-x-11-desk-pad-calendar-black-st17392-25/product_24580510 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:59:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-onyx-3-horizontal-3-upright-section-desk-organizer-white-3254wh/product_2431991 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-vers-toi-16-x-20-ali0909-b1620mf/product_1730423 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:23 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-staples-22-x-17-desk-pad-calendar-gray-st59701-25/product_24580506 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:59:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-vers-toi-24-x-32-ali0909-c2432gg/product_1730420 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gekogear-orbit-c100-7-infotainment-display-compatible-with-apple-car-play-and-android-auto-black/product_IM1JP5673 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:59:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-mirella-77-vinyl-lounge-sofa-black-1730mrl2blkbl/product_24546088 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-vers-toi-35-x-47-ali0909-c3547gg/product_1730419 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-8-x-17-three-month-wall-calendar-white-blue-3646-25/product_24597423 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:24 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gekogear-orbit-c120-10-26-infotainment-display-with-dash-cam-and-backup-cam-black/product_IM1JP5681 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:59:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-bar-harbor-15-5-x-22-monthly-wall-calendar-white-blue-333-25/product_24597440 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:59:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-mirella-soho-48-w-table-desk-sand-dune-5511sdd/product_24541792 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:59:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-onyx-horizontal-hanging-storage-black-3241bl/product_24023900 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-pause-12-x-19-ali0903-c1219gg/product_1730455 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:25 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ge-led-household-bulb/product_SS232516003 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-mirella-soho-62-w-desk-with-built-in-pedestal-sand-dune-5513sdd/product_24541788 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:26 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-breast-cancer-awareness-12-x-12-monthly-wall-calendar-pink-gray-3671-25/product_24597382 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:26 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:59:26 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:26 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-deco-days-8-5-x-11-monthly-calendar-planner-faux-leather-cover-black-gold-29102-25/product_24597389 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:26 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-permanence-11-x-14-ali0904-b1114mf/product_1730468 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-permanence-14-x-19-ali0904-c1419gg/product_1730465 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ge-receptacle-tester-50542/product_1643164 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-mirella-vinyl-lounge-chair-cognac-silver-1732mrl2slvcog/product_24546081 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-earthscapes-24-x-37-yearly-dry-erase-wall-calendar-reversible-393-25/product_24597393 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-earthscapes-8-5-x-11-monthly-planner-leatherette-cover-black-26402-25/product_24597436 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-earthscapes-8-5-x-11-weekly-monthly-planner-leatherette-cover-black-27302-25/product_24597416 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-mobile-files-for-small-roll-tube-size-2-3-4x2-3-4-20-tubes-file/product_890451 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:27 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-earthscapes-8-5-x-4-25-monthly-desk-calendar-3649-25/product_24597404 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/ge-relax-17w-a21-led-bulb-2-pack-44148/product_24439978 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-plume-2-14-x-14-ali0914-c1414gg/product_1730387 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-mobile-vertical-file-stand-mobile-pedestal-tropic-sand-5059/product_148316 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:59:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-muv-3-shelf-metal-mobile-printer-stand-with-lockable-wheels-black-cherry-1881cy/product_635636 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:28 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-plume-2-18-x-18-ali0914-c1818gg/product_1730386 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:59:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-earthscapes-scenic-12-25-x-26-three-month-wall-calendar-3638-25/product_24597391 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-muv-30-w-fixed-height-desk-steel-laminate-1923gr/product_613897 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-muv-30-workstation-desk-cherry-1923cy/product_636127 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gear4-702006838-brompton-d3o-cover-for-10-9-ipad-air-pro-black/product_IM18YB298 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-muv-stand-up-30-workstation-desk-gray-1929gr/product_636099 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-professional-8-5-x-11-weekly-appointment-book-faux-leather-cover-blue-27207-25/product_24597425 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:29 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-napoli-executive-series-6-conference-room-table-base-sierra-cherry-ncb72cry/product_769839 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:59:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gear4-denali-black-cover-for-iphone-13-702008212/product_IM19JF950 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:59:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-house-of-doolittle-today-6-5-x-9-daily-wall-calendar-white-blue-310-25/product_24597403 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gearwrench-ratcheting-alloy-steel-wrench-set-13-pieces-329-85199/product_1453122 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-toi-et-moi-16-x-32-ali0908-c1632gg/product_1730428 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:59:30 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-one-drawer-hospitality-organizer-5-compartments-black-3274bl/product_1965823 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-onyx-2-hook-wall-rack-black-mesh-6401bl/product_148013 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:59:31 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-un-renard-dans-la-cours-14-x-14-ali0915-c1414gg/product_1730377 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-un-renard-dans-la-cours-16-x-16-ali0915-b1616mf/product_1730378 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:59:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-un-renard-dans-la-cours-35-x-35-ali0915-c3535gg/product_1730374 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-staples-18-x-11-desk-pad-calendar-black-st17392-25/product_24580510 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-staples-12-x-17-wall-calendar-white-red-st53913-25/product_24580497 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-onyx-3-horizontal-3-upright-section-desk-organizer-white-3254wh/product_2431991 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-vers-toi-16-x-20-ali0909-b1620mf/product_1730423 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:32 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-staples-22-x-17-desk-pad-calendar-gray-st59701-25/product_24580506 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:59:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-vers-toi-24-x-32-ali0909-c2432gg/product_1730420 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gekogear-orbit-c100-7-infotainment-display-compatible-with-apple-car-play-and-android-auto-black/product_IM1JP5673 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:59:33 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:33 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-vers-toi-35-x-47-ali0909-c3547gg/product_1730419 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:33 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:33 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:33 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gekogear-orbit-c120-10-26-infotainment-display-with-dash-cam-and-backup-cam-black/product_IM1JP5681 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:34 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:34 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:34 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:34 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:34 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:34 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:34 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:34 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:34 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:34 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:34 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:34 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:34 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-onyx-horizontal-hanging-storage-black-3241bl/product_24023900 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:34 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:34 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:35 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gel-blox-cold-pack-10-oz-6-x-6-24-box-gb6624/product_24354822 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:35 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:35 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-viva-24-x-32-ali0910-c2432gg/product_1730407 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:35 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:35 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:35 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:35 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:35 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:35 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:35 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:35 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:35 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:35 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:36 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:36 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:36 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:36 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:36 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:36 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:36 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:36 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:36 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:37 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:37 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:37 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:37 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:37 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:37 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:37 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:38 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:38 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:38 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:38 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:38 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:38 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:38 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:38 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:38 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:38 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:38 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:38 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:38 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:38 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:39 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:39 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:39 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:39 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:39 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:39 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:39 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:39 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:39 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:39 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:39 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:39 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:39 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:39 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:40 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:40 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:40 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:40 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:40 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:40 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:40 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:40 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:40 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:40 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:40 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:40 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:40 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:40 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:40 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:40 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:41 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:41 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:41 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:41 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:41 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:41 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:41 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:41 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:41 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:41 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:41 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:59:41 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:41 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:41 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:41 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:42 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:42 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-staples-36-x-24-dry-erase-wall-calendar-gray-white-st52079-25/product_24580517 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:42 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:42 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-staples-36-x-24-wall-calendar-red-st53903-25/product_24580492 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gel-blox-cold-pack-24-oz-9-x-6-24-carton-gb6924/product_2842710 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-vivaces-18-x-24-ali0911-c1824gg/product_1730361 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-staples-5-x-8-weekly-monthly-appointment-book-black-st58454-25/product_24580518 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:42 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-take-away-by-dan-monteavaro-11-x-14-white-matted-black-frame-ali0963-b1114mf/product_2077602 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-take-away-by-dan-monteavaro-16-x-20-white-matted-black-frame-ali0963-b1620mf/product_2086692 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:43 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-onyx-metal-magazine-stand-66-x-16-5-black-5577bl/product_746887 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:43 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:43 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-onyx-metal-mobile-file-cart-with-swivel-wheels-black-5211bl/product_802535 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gel-blox-cold-pack-10-oz-6-x-6-24-box-gb6624/product_24354822 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:59:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-viva-24-x-32-ali0910-c2432gg/product_1730407 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-onyx-monitor-stand-adjustable-black-2159bl/product_887388 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gem-triangular-map-flags-assorted-75-bx/product_2661107 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-staples-8-x-11-monthly-planner-navy-st58476-25/product_24580513 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:44 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gemini-16-x-20-metal-picture-frame-glossy-black-goem-2-20/product_24543086 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-staples-8-x-11-weekly-monthly-appointment-book-black-st21488-25/product_24580511 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gemini-16-x-20-metal-picture-frame-glossy-black-goem-5-20/product_24543072 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-tammy-davison-chat-noir-canvas-art-35x47-inches/product_255200 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-taking-in-the-rye-35-x-35-canvas-art/product_313486 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-tf-publishing-6-5-x-8-monthly-planner-paperboard-cover-anything-but-basic-kraft-25-4200/product_24600994 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-tampa-florida-11-x-14-wood-frame-art/product_33766 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:59:45 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gemini-16-x-20-wood-picture-frame-matte-black-gblack-11/product_24543068 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gemini-16-x-20-wood-picture-frame-walnut-g703/product_24543070 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-tf-publishing-6-5-x-8-monthly-planner-paperboard-cover-floating-blue-25-4208/product_24600835 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-tampa-florida-skyline-by-michael-tompsett-11-x-14-black-matted-black-frame-mt0584-b1114bmf/product_2082599 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:59:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-tf-publishing-9-x-11-monthly-planner-paperboard-cover-always-animal-print-25-4700/product_24600888 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-over-panel-hook-black-plastic-4224bl/product_804521 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-tampa-florida-skyline-by-michael-tompsett-16-x-20-black-matted-black-frame-mt0584-b1620bmf/product_2083305 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:46 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-tampa-florida-skyline-by-michael-tompsett-16-x-20-white-matted-wood-frame-mt0584-w1620mf/product_2083303 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-tf-publishing-9-x-11-monthly-planner-paperboard-cover-mural-of-trees-25-4712/product_24600857 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-tariff-reform-means-a-step-blindfold-1910-canvas-art-24x32-inches/product_245058 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:59:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-pivot-brackets-12-pack-5006/product_1965717 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:59:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-tf-publishing-forest-mist-9-x-11-weekly-monthly-planner-paperboard-cover-multicolored-25-9700/product_24600786 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:59:47 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-tf-publishing-geometric-9-x-11-weekly-monthly-planner-paperboard-cover-multicolored-25-9702/product_24600827 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:59:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gemini-freestanding-sneeze-guard-34-h-x-28-w-clear-acrylic-hsg2834-nw-25/product_24472976 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:59:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:59:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-recycling-receptacle-40-gallon-metallic-9941ss/product_24023917 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:59:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-tf-publishing-vintage-professional-17-x-22-monthly-desk-pad-calendar-25-8204/product_24600987 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:48 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-teatre-comic-de-barcelona-matted-art-black-frame-11-x-14-inches/product_255221 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-reflections-open-top-dome-receptacle-stainless-steel-trash-can-with-lid-gray-15-gal-9875/product_148460 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/21-w-x-72-l-garment-bag-0-6-mil-260-roll-gb21772/product_2300985 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-resi-2-outlet-power-strip-white-resupu/product_24473557 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gemini-freestanding-temperature-check-guard-34-h-x-28-w-clear-acrylic-tcg2834-177/product_24472967 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gemini-freestanding-temperature-check-guard-34-h-x-28-w-clear-acrylic-tcg2834-25/product_24472968 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:59:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/21-x-38-layflat-poly-bags-bags-on-a-roll-0-65-mil-clear-510-roll-8010/product_940221 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:49 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-resi-54-vinyl-lounge-settee-cognac-1731resfeet4pkcog/product_24546085 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:59:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-tender-22-x-32-canvas-art/product_314704 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-tennessee-map-11-x-14-black-frame-art/product_316282 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gemini-portable-bluetooth-outdoor-party-system-with-led-lights-blue-mpa-2400blu/product_24549429 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:59:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-tennessee-map-11-x-14-wood-frame-art/product_316288 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:50 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-resi-77-vinyl-lounge-sofa-cognac-1730resfeet4pkcog/product_24546091 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-staples-36-x-24-dry-erase-wall-calendar-gray-white-st52079-25/product_24580517 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-staples-36-x-24-wall-calendar-red-st53903-25/product_24580492 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-staples-5-x-8-weekly-monthly-appointment-book-black-st58454-25/product_24580518 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-sylvie-demers-vivaces-18-x-24-ali0911-c1824gg/product_1730361 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-take-away-by-dan-monteavaro-11-x-14-white-matted-black-frame-ali0963-b1114mf/product_2077602 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gel-blox-cold-pack-24-oz-9-x-6-24-carton-gb6924/product_2842710 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:51 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-take-away-by-dan-monteavaro-16-x-20-white-matted-black-frame-ali0963-b1620mf/product_2086692 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/22-L-x-16-W-x-16-H-Shipping-Boxes-32-ECT-Brown-15-Bundle-221616/product_630792 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-onyx-metal-magazine-stand-66-x-16-5-black-5577bl/product_746887 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-onyx-metal-mobile-file-cart-with-swivel-wheels-black-5211bl/product_802535 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:59:52 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:52 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:52 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-onyx-monitor-stand-adjustable-black-2159bl/product_887388 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:52 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:52 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gem-triangular-map-flags-assorted-75-bx/product_2661107 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-staples-8-x-11-monthly-planner-navy-st58476-25/product_24580513 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gemini-16-x-20-metal-picture-frame-glossy-black-goem-2-20/product_24543086 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-staples-8-x-11-weekly-monthly-appointment-book-black-st21488-25/product_24580511 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gemini-16-x-20-metal-picture-frame-glossy-black-goem-5-20/product_24543072 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-tammy-davison-chat-noir-canvas-art-35x47-inches/product_255200 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-taking-in-the-rye-35-x-35-canvas-art/product_313486 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:53 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-tf-publishing-6-5-x-8-monthly-planner-paperboard-cover-anything-but-basic-kraft-25-4200/product_24600994 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-tampa-florida-11-x-14-wood-frame-art/product_33766 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:59:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gemini-16-x-20-wood-picture-frame-matte-black-gblack-11/product_24543068 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gemini-16-x-20-wood-picture-frame-walnut-g703/product_24543070 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-tf-publishing-6-5-x-8-monthly-planner-paperboard-cover-floating-blue-25-4208/product_24600835 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-tampa-florida-skyline-by-michael-tompsett-11-x-14-black-matted-black-frame-mt0584-b1114bmf/product_2082599 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-tf-publishing-9-x-11-monthly-planner-paperboard-cover-always-animal-print-25-4700/product_24600888 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:54 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:59:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-over-panel-hook-black-plastic-4224bl/product_804521 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-tampa-florida-skyline-by-michael-tompsett-16-x-20-black-matted-black-frame-mt0584-b1620bmf/product_2083305 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-tampa-florida-skyline-by-michael-tompsett-16-x-20-white-matted-wood-frame-mt0584-w1620mf/product_2083303 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-tf-publishing-9-x-11-monthly-planner-paperboard-cover-mural-of-trees-25-4712/product_24600857 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-tariff-reform-means-a-step-blindfold-1910-canvas-art-24x32-inches/product_245058 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:59:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:59:55 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-pivot-brackets-12-pack-5006/product_1965717 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-tf-publishing-forest-mist-9-x-11-weekly-monthly-planner-paperboard-cover-multicolored-25-9700/product_24600786 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:59:56 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-tf-publishing-geometric-9-x-11-weekly-monthly-planner-paperboard-cover-multicolored-25-9702/product_24600827 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gemini-freestanding-sneeze-guard-34-h-x-28-w-clear-acrylic-hsg2834-nw-25/product_24472976 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:59:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:59:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:59:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-recycling-receptacle-40-gallon-metallic-9941ss/product_24023917 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:59:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/2025-tf-publishing-vintage-professional-17-x-22-monthly-desk-pad-calendar-25-8204/product_24600987 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:57 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-teatre-comic-de-barcelona-matted-art-black-frame-11-x-14-inches/product_255221 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-reflections-open-top-dome-receptacle-stainless-steel-trash-can-with-lid-gray-15-gal-9875/product_148460 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/21-w-x-72-l-garment-bag-0-6-mil-260-roll-gb21772/product_2300985 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-resi-2-outlet-power-strip-white-resupu/product_24473557 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gemini-freestanding-temperature-check-guard-34-h-x-28-w-clear-acrylic-tcg2834-177/product_24472967 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gemini-freestanding-temperature-check-guard-34-h-x-28-w-clear-acrylic-tcg2834-25/product_24472968 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:59:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/21-x-38-layflat-poly-bags-bags-on-a-roll-0-65-mil-clear-510-roll-8010/product_940221 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:58 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-resi-54-vinyl-lounge-settee-cognac-1731resfeet4pkcog/product_24546085 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) 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. 2025-12-20 14:59:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-tender-22-x-32-canvas-art/product_314704 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-tennessee-map-11-x-14-black-frame-art/product_316282 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/gemini-portable-bluetooth-outdoor-party-system-with-led-lights-blue-mpa-2400blu/product_24549429 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:59 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:59 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 14:59:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-tennessee-map-11-x-14-wood-frame-art/product_316288 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:59 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-resi-77-vinyl-lounge-sofa-cognac-1730resfeet4pkcog/product_24546091 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 14:59:59 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:00 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:00 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:00 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:00 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:00 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:00 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:00 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:00 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:00 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:00 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:00 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:00 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:00 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:00 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/22-L-x-16-W-x-16-H-Shipping-Boxes-32-ECT-Brown-15-Bundle-221616/product_630792 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 15:00:01 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:01 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/22-L-x-17-W-x-12-H-Shipping-Boxes-32-ECT-Brown-10-Bundle-221712/product_814147 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 15:00:01 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:01 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:01 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:01 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/safco-resi-77-vinyl-lounge-sofa-gray-1730resfeet4pkgr/product_24546095 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 15:00:01 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:01 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:01 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:01 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:01 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:02 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:02 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:02 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:02 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:02 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:02 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:02 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:02 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:02 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:02 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:02 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:02 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:02 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:02 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:02 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:03 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:03 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:03 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:03 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:03 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:03 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:03 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:03 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:03 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:03 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:04 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:04 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:04 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:04 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:04 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:04 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:04 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:04 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:04 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:04 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:04 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:05 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:05 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:05 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:05 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:05 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:05 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:05 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:05 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:05 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:05 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:05 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:05 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:05 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:05 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:05 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:05 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:06 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:06 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:06 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:06 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:06 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:06 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:06 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:07 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:07 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:07 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:07 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:07 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:07 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:07 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:07 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:07 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:07 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:07 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:07 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:07 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:07 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:07 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:07 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:08 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:08 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:08 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:08 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:08 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:08 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:08 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:08 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:08 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:08 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:08 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:08 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:08 [HeadersSpooferDownloaderMiddleware] (PID: 171) WARNING: Request https://www.staplesadvantage.com/trademark-fine-art-tennessee-map-16-x-20-wood-frame-art/product_316289 already has headers. They will be preserved, but that may lead to fingerprint inconsistency. If the headers are necessary, consider disabling SPOOF_FULL_HEADERS. 2025-12-20 15:00:08 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:08 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:09 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:09 [scrapy.extensions.closespider] (PID: 171) INFO: Closing spider since no items were produced in the last 1800 seconds. 2025-12-20 15:00:09 [scrapy.core.engine] (PID: 171) INFO: Closing spider (closespider_timeout_no_item) 2025-12-20 15:00:09 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:09 [scrapy.extensions.logstats] (PID: 171) INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min) 2025-12-20 15:00:10 [scrapy.downloadermiddlewares.retry] (PID: 171) ERROR: Gave up retrying (failed 3 times): Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:10 [scrapy.core.scraper] (PID: 171) ERROR: Error downloading Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/twisted/internet/defer.py", line 2013, in _inlineCallbacks result = context.run( ^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/twisted/python/failure.py", line 467, in throwExceptionIntoGenerator return g.throw(self.value.with_traceback(self.tb)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/scrapy/core/downloader/middleware.py", line 68, in process_request return (yield download_func(request, spider)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ scrapy.core.downloader.handlers.http11.TunnelError: Could not open CONNECT tunnel with proxy brd.superproxy.io:22225 [{'status': 407, 'reason': b'Auth failed'}] 2025-12-20 15:00:17 [staples_advantage] (PID: 171) INFO: [Spidermon] ------------------------------ MONITORS ------------------------------ 2025-12-20 15:00:17 [staples_advantage] (PID: 171) INFO: [Spidermon] Extracted Items Monitor/test_stat_monitor... FAIL 2025-12-20 15:00:17 [staples_advantage] (PID: 171) INFO: [Spidermon] Item Validation Monitor/test_stat_monitor... SKIPPED (Unable to find 'spidermon/validation/fields/errors' in job stats.) 2025-12-20 15:00:17 [staples_advantage] (PID: 171) INFO: [Spidermon] Error Count Monitor/test_stat_monitor... FAIL 2025-12-20 15:00:17 [staples_advantage] (PID: 171) INFO: [Spidermon] Warning Count Monitor/test_stat_monitor... FAIL 2025-12-20 15:00:17 [staples_advantage] (PID: 171) INFO: [Spidermon] Finish Reason Monitor/Should have the expected finished reason(s)... FAIL 2025-12-20 15:00:17 [staples_advantage] (PID: 171) INFO: [Spidermon] Unwanted HTTP codes monitor/Should not hit the limit of unwanted http status... OK 2025-12-20 15:00:17 [staples_advantage] (PID: 171) INFO: [Spidermon] Field Coverage Monitor/test_check_if_field_coverage_rules_are_met... FAIL 2025-12-20 15:00:17 [staples_advantage] (PID: 171) INFO: [Spidermon] Retry Count monitor/Should not hit the limit of requests that reached the maximum retry amount... FAIL 2025-12-20 15:00:17 [staples_advantage] (PID: 171) INFO: [Spidermon] Downloader Exceptions monitor/test_stat_monitor... FAIL 2025-12-20 15:00:17 [staples_advantage] (PID: 171) INFO: [Spidermon] Successful Requests monitor/Should have at least the minimum number of successful requests... OK 2025-12-20 15:00:17 [staples_advantage] (PID: 171) INFO: [Spidermon] Total Requests monitor/Should not hit the total limit of requests... OK 2025-12-20 15:00:17 [staples_advantage] (PID: 171) INFO: [Spidermon] ---------------------------------------------------------------------- 2025-12-20 15:00:17 [staples_advantage] (PID: 171) 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. 2025-12-20 15:00:17 [staples_advantage] (PID: 171) 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: '8428' 2025-12-20 15:00:17 [staples_advantage] (PID: 171) 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: '8433' 2025-12-20 15:00:17 [staples_advantage] (PID: 171) 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'] 2025-12-20 15:00:17 [staples_advantage] (PID: 171) 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) 2025-12-20 15:00:17 [staples_advantage] (PID: 171) 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 (4214) reached the maximum retry amount 2025-12-20 15:00:17 [staples_advantage] (PID: 171) 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: '12708' 2025-12-20 15:00:17 [staples_advantage] (PID: 171) INFO: [Spidermon] 11 monitors in 0.009s 2025-12-20 15:00:17 [staples_advantage] (PID: 171) INFO: [Spidermon] FAILED (failures=7, skipped=1) 2025-12-20 15:00:17 [staples_advantage] (PID: 171) INFO: [Spidermon] -------------------------- FINISHED ACTIONS -------------------------- 2025-12-20 15:00:17 [staples_advantage] (PID: 171) INFO: [Spidermon] ---------------------------------------------------------------------- 2025-12-20 15:00:17 [staples_advantage] (PID: 171) INFO: [Spidermon] 0 actions in 0.000s 2025-12-20 15:00:17 [staples_advantage] (PID: 171) INFO: [Spidermon] OK 2025-12-20 15:00:17 [staples_advantage] (PID: 171) INFO: [Spidermon] --------------------------- PASSED ACTIONS --------------------------- 2025-12-20 15:00:17 [staples_advantage] (PID: 171) INFO: [Spidermon] ---------------------------------------------------------------------- 2025-12-20 15:00:17 [staples_advantage] (PID: 171) INFO: [Spidermon] 0 actions in 0.000s 2025-12-20 15:00:17 [staples_advantage] (PID: 171) INFO: [Spidermon] OK 2025-12-20 15:00:17 [staples_advantage] (PID: 171) INFO: [Spidermon] --------------------------- FAILED ACTIONS --------------------------- 2025-12-20 15:00:18 [staples_advantage] (PID: 171) INFO: [Spidermon] CustomTemplateSendSlackMessageSpiderFinished... ERROR 2025-12-20 15:00:18 [staples_advantage] (PID: 171) INFO: [Spidermon] ---------------------------------------------------------------------- 2025-12-20 15:00:18 [staples_advantage] (PID: 171) 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 85, in send_message return self._send_channel_message( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/spidermon/contrib/actions/slack/__init__.py", line 129, in _send_channel_message attachments=self._parse_attachments(attachments), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/spidermon/contrib/actions/slack/__init__.py", line 171, in _parse_attachments python_attachments = ast.literal_eval(attachments) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/ast.py", line 64, in literal_eval node_or_string = parse(node_or_string.lstrip(" \t"), mode='eval') ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/ast.py", line 50, in parse return compile(source, filename, mode, flags, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 4 "text": "• _Extracted Items Monitor/test_stat_monitor_: Unable to find 'item_scraped_count' in job stats.\n• _Error Count Monitor/test_stat_monitor_: Expecting 'log_count/ERROR' to be '<=' to '0.0'. Current value: '8428'\n• _Warning Count Monitor/test_stat_monitor_: Expecting 'log_count/WARNING' to be '<=' to '1000.0'. Current value: '8433'\n• _Finish Reason Monitor/Should have the expected finished reason(s)_: Finished with "closespider_timeout_no_item" the expected reasons are ['finished']\n• _Field Coverage Monitor/test_check_if_field_coverage_rules_are_met_: ^ SyntaxError: unterminated string literal (detected at line 4) 2025-12-20 15:00:18 [staples_advantage] (PID: 171) INFO: [Spidermon] 1 action in 0.248s 2025-12-20 15:00:18 [staples_advantage] (PID: 171) INFO: [Spidermon] FAILED (errors=1) 2025-12-20 15:00:18 [scrapy.utils.signal] (PID: 171) 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 2025-12-20 15:00:18 [scrapy.statscollectors] (PID: 171) INFO: Dumping Scrapy stats: {'HeadersSpooferDownloaderMiddleware/spoofed': 12708, 'big_query/url': 4277, 'downloader/exception_count': 12708, 'downloader/exception_type_count/scrapy.core.downloader.handlers.http11.TunnelError': 12706, 'downloader/exception_type_count/twisted.internet.error.TimeoutError': 2, 'downloader/request_bytes': 11125758, 'downloader/request_count': 12708, 'downloader/request_method_count/GET': 12708, 'elapsed_time_seconds': 1808.693052, 'finish_reason': 'closespider_timeout_no_item', 'finish_time': datetime.datetime(2025, 12, 20, 15, 0, 17, 984297, tzinfo=datetime.timezone.utc), 'items_per_minute': None, 'log_count/ERROR': 8437, 'log_count/INFO': 73, 'log_count/WARNING': 8433, 'memusage/max': 209715200, 'memusage/startup': 125726720, 'proxy_manager/ignored/proxy_defined': 8431, 'proxy_manager/processed': 4277, 'responses_per_minute': None, 'retry/count': 8494, 'retry/max_reached': 4214, 'retry/reason_count/scrapy.core.downloader.handlers.http11.TunnelError': 8492, 'retry/reason_count/twisted.internet.error.TimeoutError': 2, 'scheduler/dequeued': 12708, 'scheduler/dequeued/memory': 12708, 'scheduler/enqueued': 12771, 'scheduler/enqueued/memory': 12771, 'spidermon/validation/validators': 1, 'spidermon/validation/validators/item/jsonschema': True, 'start_requests/big_query': 4277, 'start_time': datetime.datetime(2025, 12, 20, 14, 30, 9, 291245, tzinfo=datetime.timezone.utc)} 2025-12-20 15:00:18 [scrapy.core.engine] (PID: 171) INFO: Spider closed (closespider_timeout_no_item)